/* generated by csscreator.com */ 
html, body{
 background-color: #DDDDDD; 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:1200px;  

 min-width:1000px;  
}
 
#header{
 position:relative; 
 height:155px; 
 background-color:#000000; 
 border:2px solid black;
 width:1200px;
} 

#menu { position: absolute; top: 50px; left: 55px;
  width: 100%; height: 10px;
  

<!---#menu{
<!--- position:relative left:85px;
<!--- float:right;
<!--- height:60px;
<!--- background-color:#DDDDDD;
<!--- width:1200px;
 
} 
#leftcol{
 width:204px; 
 float:left;
 position:relative; 
 background-color:#FFF023; 
 }
 
#maincol{
 background-color: #F2F2F2;
 float:center;  
 display:inline; 
 position:relative; 
 width:996px;
 }
 
#footer{
 height:20px; 
  background-color:#990000; 
 clear:both;
 } 
 
#table.style {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
#table.style th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
#table.style td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}