html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: url('images/mainbg.jpg');
} 
 
#pagewidth{ 
 width:813px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:421px; 
  background: url('images/header2.jpg');
 width:100%;
} 

#menu{
  background: url('images/menubg.jpg');
  height: 23px;
  text-align:center;
  font-family:verdana;
  color:#ffffff;
  font-size:10pt;
  font-weight:bold;
  padding-top:5px;
}

#menu a{
	color:#ffffff;
	text-decoration:none;
}

#twocols{
  background: url('images/bodybg.jpg');
  background-repeat:repeat-y;
  padding-left:40px;
  padding-right:40px;
}
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:95%; 
 padding-top:20px;
 padding-left:20px;
 }
 
 #rightcol{
  float: right; 
 display:inline; 
 position: relative; 
 width:25%; 
 }
 
#footer{
 height:50px; 
padding-left:40px;
 clear:both;
  background: url('images/footerbg.jpg');
  background-repeat:no-repeat;
 } 
 

 
 /* *** 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;}

.body{
  font-family:verdana;
  color:#3E3939;
  font-size:10pt;
}

h1{
  font-family:verdana;
  color:#3E3939;
  font-size:12pt;
  font-weight:bold;
}

.picture{border:0px;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}