/* generated by csscreator.com */ 
html,body {
background-image: url(img/body-bg.jpg);
background-repeat: no-repeat;
background-position: top center;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:200px; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
background-image: url(img/yan.jpg);
 }
 
#maincol{background-color: #ffffff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 }
 
#footer{
 height:70px; 
  background-color:#820200; 
 clear:both;
 } 
 
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 75% "Verdana";
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #999999 url("img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
 } 

  
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}