 body { 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image:url('');
 background-color: #312525;
 background-position: top;
 background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:800px;
 background-color:#674c3b; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative;
 top: 5px;
 left: 10px;
 height:90px; 
 background-image:url('pics/logosite.jpg');
 background-position: left;
 background-repeat: no-repeat; 
 width:780px;
 text-align:right;
}  
 
#twocols{
 width:780px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:140px; 
 top: 14px;
 float:right; 
 position:relative; 
 color: #FFFFFF;
 background-color: #F9A63B;
 text-align:center;
 font-family:Arial;
 font-weight:bold;
 margin-left: 10px;
 margin-right: 5px;
 padding: 10px 0px 0px 0px;
 }
 
#maincol{
 float: left;
 top: 5px; 
 display:inline; 
 position: relative; 
 width:615px; 
 color:#000000;
 font-family: Verdana;
 text-align:justify;
 }

#secondarypagesmaincol{
  
 float: left; 
 display:inline; 
 position: relative; 
 width:780px;
 top:15px; 
 color:#000000;
 font-family:Arial;
 text-align:justify;
 } 

#footer{
 text-align: center;
 height:12px; 
 font-size: 0.8em; 
 clear:both;
 } 

 
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('pics/corners.jpg'); 
	height: 9px;       
	font-size: 2px;    
	}
.top-left, .bottom-left { 
	margin-right: 9px; 
	}
.top-right, .bottom-right { 
	margin-left: 9px;  
	margin-top: -9px;  
	}
.top-right {
	background-position: 100% 0;   
	}
.bottom-left  { 
	background-position: 0 -9px;    
	}
.bottom-right { 
	background-position: 100% -9px;
	}
.inside {
	border-left: 1px solid #5280F1;
	border-right: 1px solid #5280F1;
	background: #528DF1;            
	color: #000000;                
	padding-left: 10px;           
	padding-right:10px;            
	}
.notopgap    { margin-top: 0; }   
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } 




ul#menumain {
	list-style: none;
	float: left;
	clear: none;
	margin: 0px;
	padding: 10px 0px 0px 37px;
	
}

ul#menumain li {
        float: left;
	clear: none;
	background-image:url('pics/link.gif');
 	background-position: top right;
 	background-repeat: no-repeat;
	display: block;
	height: 25px;
	margin-left:3px;
	padding: 0px 5px 0px 0px;
	
}


ul#menumain li a {
	float: left;
	clear: none;
	height: 30px;
	text-decoration: none;
	text-align:center;
	display: block;
	color: #FFFFFF;
	padding: 3px 5px 0px 5px;
	
}

ul#menumain li a:hover {
	text-decoration: none;
	text-align:center;
	display: block;
	color: #4682B4;
	padding: 1px 5px 0px 5px;
	height: 30px;
}

 
a:link, a:visited, a:hover, a:active  {
	color: #cccc00;
	text-decoration: none;
	
	}  
img {
     border: 0;
}
table {
width: 600px;
}   

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
