#header {
	background-image: url(../images/header_mountains877.jpg); 
	
	width:877px; 
	height:139px;
}


#logo {
	position:absolute;
	background-image: url(../images/azlar-logo.png); 
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	width:236px;
	height:130px;
	margin-left:150px;
 	 left: 50%;
 
	
	
}

body{ 
	font-size:14px;;
	background-color:#ebe7d6;
	background-image: url(../images/bgShade.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position: center;
	

}


#clear {
clear:both;	
}



#main {
position:relative;
 	 width:877px;
 	 height:100%;
 	 z-index:3;
 	 margin-left:-438px;
 	 left: 50%;
 	 margin-top:-11px;
 	 font-family: Arial,     Helvetica,     sans-serif; 
 	 font-size: 13px; 
 	 font-weight: normal 
}

.section {
	padding:15px 15px 15px 15px;
	margin: 0 0 0 -2px;
	
}

#main .navBar {
	float:left;
	position:absolute;
	width:140px;
	background-image:url(../images/wood_08.jpg);
	background-repeat:repeat;
}

.LargeOrangeHeader { font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#F55F06;
font-weight:bold;
	
}

.totop {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#069;
}

.lavaLamp {
    position: relative;
    height: 29px; width: 500px;
    background: url("../images/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }




#footer {
	height:50px;
	width:875px;
	background-image:url(../images/wood_08.jpg); 
	background-repeat:repeat;
	position: relative;
	margin:0 0 -10px 0;
	padding-top:15px;
	
	

}

