@import url("basic.css");
@import url("header.css");
@import url("sidebar.css");


#header{ position:absolute; top:0; height:85px; width:760px;background: #470707; border:2px solid #fff; border-bottom:none; }

#banner{ position:absolute; top:85px; height:160px; width:760px;border:2px solid #fff;border-bottom:none; border-top:none; 		
			 background:url(../img/inner_banner.png) no-repeat}

#center {position: absolute; top:245px;width:760px;}
	#contentmain{background: #8a1616; color:#fff; width:710px; padding:25px;border:2px solid #fff;border-top:none;}
	#textmain{float:right;width:445px; margin:0 0 30px 0;}
	#sidebar{float:left;  background:#470707 url(../img/sidebar_top.png) no-repeat top; padding-top:15px; width:223px; margin:0 40px 30px 0;}

#footer{clear: both; color:#666;background: #2a2727; height:30px; padding:5px;}

	
	h1{ font:bold 27px Arial, Helvetica, sans-serif; margin-bottom:10px; padding:0;}
	h1 a{ color:#fff; text-decoration:none;}
	h2{ font:bold 13px Arial, Helvetica, sans-serif; line-height:20px; margin-bottom:10px; padding:0;}
	h2 a{ color:#fff; text-decoration:none;}
	p { margin-bottom:10px; line-height:17px;}
	p a{color: #fff;}
	#textmain ul, #textmain ol{padding-left:10px; margin:10px 20px;}
	#textmain li{padding:0; margin:5px 10px; line-height:17px;}
			