/* LAYOUT */

.body{
	background: #eeeae3 url(../img/background.gif) repeat-x scroll top;	/* Canvas background */
}
div#container{
	background: none;
}
div#page{
	background: transparent url(../img/page-background.gif) repeat-x scroll top;	/* Page background */
	width: 950px;	/* Page width */
	text-align: left;
}
div#logo {
        position: absolute;
        left:17px;
        top:51px;
        z-index: 500;
		  display:none;
    }
.clear {clear:both;}
h1 {
    font-size: 29px;
    font-weight:bold;
    color:#000000;
    margin:0px;
    margin-top:10px;
    margin-bottom:5px;
}
h2 {
    color:#6c6c6c;
    font-weight:normal;
    font-size:19px;
    margin-left:1px;
    letter-spacing: 1px;
    margin:0px;
    margin-bottom:30px;
}
h4 {
    color:#111;
    font-weight:bold;
    font-size: 14px;
    margin:0px;
    margin-bottom:4px;
}

	/* TOP */

div#top{
	min-height: 35px;
	height:		auto !important;
	height: 	35px;
}    	
	div#menu-top{
        padding-left:10px;
    }


	/* MIDDLE */

div#middle{
	clear: both;
	float: left;
    padding-bottom:15px;
}

    div#main-column{
        float: left;
        width: 725px; /* 10px margin right */
        border:0px solid red;
        position: relative;
    }
        
        div#flashtop{
            height:380px;
            width:725px;
            background-image: url('../img/flash-bg.jpg');
        }
        
        div#page-title {
            display:block;
            height:80px;
            width:635px;
            border:0px solid red;
            position: absolute;
            top:300px;
            left:30px;
            display:none;
        }
        
        div#content{
            height:     1%;
            padding:10px 30px;
            color:#111111;
            font-size: 13px;
        }
	
	div#right-column{
		float: right;
		width: 225px;
        background-color:#ffffff;
        min-height:380px;
        height: auto !important;
        height: 380px;
        border-bottom:1px solid #d3cdbc;
	}
        div#menu{
            background-color:#3b3b3b;
            padding-bottom:15px;
        }
        div#empty-menu {
            background-color:#3b3b3b;
            color:white;
            display:block;
            padding-bottom:15px;
            padding-top:15px;
        }
            div#empty-menu ul {
                background-color:#3b3b3b;
                    list-style: none;
                    margin: 0px;
                    padding: 0px;
                    border-top:1px solid #727272;
            }
                div#empty-menu ul li {}
                    div#empty-menu ul li a {
                        display: block;
                        background: transparent url(../img/bullet.gif) no-repeat scroll left center;
                        
                        min-height: 29px;
                        height:     auto !important;
                        height:     29px;
                        line-height: 29px;
                        padding-left:17px;
                        border-bottom:1px solid #727272;
                        color: white;
                        text-decoration: none;
                    }
                    div#empty-menu ul li a:hover {
                        background-color: #282828;
                        border-left:9px solid #bd111a;
                        padding-left:8px;
                    }
                    div#empty-menu ul li a.Selected {
                        background-color: #282828;
                        border-left:9px solid #bd111a;
                        padding-left:8px;
                    }
             div#menu .menu-title {
                text-align: right;
                text-transform: uppercase;
                font-size: 9px;
                color:#a0a0a0;
                border-bottom:1px solid #727272;
                padding-right:7px;
                padding-top:10px;
                padding-bottom:5px;
             }
		div#extra-content {
            background-color: #827a6a;
            padding:0px;
            color:#e7e1c8;
            font-size: 11px;
        }
            div#extra-content a {color:#ffffff;}
            div#extra-content p {padding:0px; font-size:11px;}
        div#extra-content2 {
            background-color:#ffffff;
            font-size: 11px;
				padding:0px;
        }
		          div#extra-content2 * {
		          	padding:0px;
						margin:0px;
		          }
					 div#extra-content2 p {
					 }
	
	/* BOTTOM */

div#bottom{
	clear: both;
	text-align: left;
	height:30px;
	background: #a69d8e;
    line-height: 29px;
}

	div#footer ul {
        float:left;
        margin:0px;
        padding-left:30px;
        list-style: none;
        background: #a69d8e;
    }
        div#footer ul li {
            float:left;
        }
		div#footer a {
            color:#fff;
            font-size: 14px;
            font-weight: bold;
            margin-right:40px;
            text-decoration: none;
            color:#fff;
            font-size: 13px;
            font-weight: bold;
        }
		div#footer a:hover{
            color:#b7111d;
        }
    
    
    
    div#bottom a.faraefst {
        float:right;
        display:block;
        width:71px;
        height:20px;
        background-image: url(../img/btn-faraefst.gif);
        background-repeat: no-repeat;
        margin-right: 5px;
        margin-top:5px;
    }  div#bottom a.faraefst span {display:none;}
	
div#copyright{
    text-align: center;
}
