@charset "UTF-8";
/* CSS Document */

#header{

	position:relative;
	width:995px;
	height:100px;
	background-image:url(../images/headerBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	top:0px;

}


#logo{
	position:relative;
	width:331px;
	height:86px;
	left:0px;
	top:10px;
	clear: right;
	float: left;	
	
}

#nav{
	position: absolute;
	left:355px;
	top:40px;
	width:580px;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	text-transform: uppercase;
	
	clear: left;   

}


.ul1{

        list-style-type: none;
	white-space:nowrap;
	
	
}

.li1{

	display: inline;
	padding-left:25px;

}


#mainBody{
    position:relative;
	width:995px;
	height:auto;
	margin:0 auto;
	margin-top:auto;



}

#lowerFooter{
    position:relative;
	width:965px;
	height:auto;
	margin:0 auto;
	margin-top:auto;
	left:-16px;



}

#footer{
    position:relative;
	width:965px;
	height:200px;
	margin:0 auto;
	margin-top:auto;
	border-top:#CCCCCC 1px solid;
	left:-12px;



}
