body{
	background: url(template/background.gif) repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#000;
	font: 12px SimSun, Verdana;
}
#wrapper{width: 821px;}
#nav{
	position:absolute;
	width:300px;
	height:20px;
	left: 378px;
	top: 65px;
}
.sidenav{ list-style: none; }
#header{
	background: url(template/header_bg.jpg) no-repeat left bottom;
	height: 208px;
	position: relative;
}
#content_holder{}
#footer{
	background: #E5E5E5 url(template/footer_bg.gif) no-repeat;
	height: 29px;
	width: auto;
	clear: both;
}
#footer_content{
	font-size: 12px;
	padding: 9px 0px 0px;
	margin-left: 380px;
}
#logo{
	position:absolute;
	width:113px;
	height:64px;
	left: 7px;
	top: 5px;
}
#top_nav{
	position:absolute;
	width:293px;
	height:29px;
	top:22px;
	left: 378px;
	
}

/* ------------------------------------------------- */
.content200{
width:200px;
float:left;

}
.content600{
	width:600px;
	float:right;
}
.innercontent{
padding:10px;
}
#logo a img{
border:none;
}
#nav ul{
padding:0;
margin:0;
}

	
#nav ul li a {
	color:#990000;
	font-size: 11px;
}
#nav li{ 
list-style-type:none;
display:block;
position:relative;
height:20px;
float:left;
	padding: 0px 6px;
}

#nav li ul {
	left:-99999px;
	position:absolute;
	display:block;
	width:150px;
	background-color:#e5e5e5;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#nav li ul a{
	color:#666666;
	font-size:10px;
	display:block;
	height:10px;
	width:140px;
	padding: 5px 5px;
}
#nav li ul a:hover{
	color:#e5e5e5;
	background-color:#666666;
}
#nav li:hover ul{
left:auto;
top:20px;
}
#nav li.sfhover ul{
	top:18px;
	left:0px;
}
#nav li li{
padding:0;
margin:0;
width:150px;
}

#top_nav ul li {
	float:left;
	margin:0 5px;
	list-style: none;
}
#top_nav ul{
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a{
color:#666666;
font-size:12px;
}
a.selected{
	text-decoration:none;
	color: #000000;
}
