/*css document*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
}

#outterwrraper{ 
	width:855px;
	margin:0px auto;
}

#header{ 	
	width:835px;
	height:90px;
	padding-left:10px;
	padding-right:10px;
}

#leftHeader{
	padding-top:0px;
	width:560px; float:left;
}

#rightHeader{
	padding:0px;
	border:0px solid;
	width:177px;
	height:110px;
	float:right;
}

#logo{		
	padding-top:0px;
	background-image:url(../images/logo.gif);
	width:180px;
	height:110px;
	float:right;
}

#menu1{

	width:580px;
	float:left; padding-top:0px; margin:0px;

}


#contents_wrapper{

padding:10px;

}
#menu2{
	height:24px;
	width:704px;
	float:left;
	clear:both;
}

ul#top_links{
	list-style-type:none;
	width:664px;
	padding-left:0px; 
	padding-right:0px;
}
ul#top_links li{
	text-align:center;
	float:left;
	/*background:transparent url(../images/devider.gif) no-repeat scroll right ;*/
	padding-left:5px;
	padding-right:5px; border-right: 1px solid #999999;
}
ul#top_links li a{
	text-decoration:none;
	color:#515151;
}

#banner{ 	background-image:url(../images/banner.gif);
			width:568px;
			height:160px;
			float:left;
}
#footer  
{   background:transparent url(../images/footer_bg.png) repeat-x scroll 0 0;
color:#333;
height:35px;
padding-top:20px;
text-align:center;

}

.clear{		
	clear:both; 
	padding-top:0px;
	height:1px; 
	background:#ccc; 
	line-height:1px;
 	padding-bottom:0px;
	font-size:0px;
	margin:0px;
	overflow:hidden;
}

.border{		
	padding-top:0px;
	line-height:1px; height:1px; background:#ccc; 
	
}