/* CSS Document */
#content,#header,#main,#nav,#banner,#footer{
	width:1003px;
	text-align:center;
	margin:0 auto;
	padding:0;
}
body #right_c{
scrollbar-face-color: #9c0d38; 
scrollbar-shadow-color:  #430507; 
scrollbar-highlight-color:  #9c0d38; 
scrollbar-3dlight-color:  #9c0d38; 
scrollbar-darkshadow-color:  #9c0d38; 
scrollbar-track-color:  #9c0d38; 
scrollbar-arrow-color: white;
}
#footer{
    height:51px;
    line-height:51px;
	background:url(../images/footer.jpg) no-repeat;
	text-align:center;
	clear:both;
}
#footer p{
	margin:0px;
	padding:0px;
}
#header{
    background:url(../images/top.jpg) no-repeat;
	height:80px;
	text-align:center;
	overflow:hidden;
}
#banner{
	width:1003px;
	height:285px;
}
#main{
	background:url(../images/main_bg.jpg) no-repeat;
	width:1003px;
	height:383px;
}
#nav{
	height:41px;
	text-align:center;
	background:url(../images/nav_bg.jpg) repeat-x;
	color:#fac9a2;
	width:1003px;
	text-align:left;
	line-height:41px;
}
#nav li{
	 display:block;
	 float:left;
	 background:url(../images/nav_li.jpg) no-repeat right;
	 width:auto;
	 padding:0 36px;
	 line-height:41px;
	 color:#fac9a2;
}
#nav li a{
	line-height:41px;
	font-weight:bold;
}
#nav li ul{
	visibility:hidden;
	position:absolute;
	margin:0;
	padding:0;
	display:block;
	clear:both;
	margin:0px 0 0 -35px;
	*margin:27px 0 0 -90px;
}
#nav li ul li{
	clear:both;
	width:120px;
	text-decoration:none;
	background:#9c0d38;
	line-height:25px;
	margin:0;
	padding:0px;
	text-align:center;
	
}
#nav li ul li a{
	line-height:25px;
	font-weight:normal;
}
#left{
	float:left;
	width:240px;
}
#right{
	float:left;
	width:660px;
}
#p{
	background:#430507 url(../images/p.jpg) no-repeat 10px center;
	line-height:28px;
	height:28px;
	margin-top:16px;
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
}
#right_c{
	width:640px;
	padding:10px;
	height:300px;
	overflow:hidden;
	overflow-y:auto;
}
