
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#header{
 background-image: url('logo.png');
 background-repeat: no-repeat;
 background-position:right;
 position:relative; 
 height:130px; 
 background-color:#EB7918; 
 width:100%;
 display:block;
 overflow:auto;
} 

#headertext {
  color: white;
  text-align:center;
  width:470px;
}
 
#leftcol{
 width:250px; 
 height:480px;
 float:left; 
 position:relative; 
 background-color:#EB7918; 
 }
 
#leftarea {
	padding-left:10px;
	padding-right:10px;
	color: white;
}

#maincol{
 background-color: #FFFFFF;  
 background-image: url('bckg_main.png');
 background-repeat: repeat-y;
 position: relative; 
 width:650px;
 height:480px;
 float:right; 
 }
 
#footer{
 background-color:#EB7918; 
 clear:both;
 display:block;
 overflow:auto;
 font-size: 0.7em;
 /* height: 3em; */
 text-align: center;
 padding: 10px;
} 

#footer a {
	text-decoration: none;
	color: black;
	}

#footer a:hover {
	color: white;
	}
 

 
 
/* ******************************************************************** */ 
/* Clearfix: http://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;}
}
