/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family:Tahoma;
 font-size:small;
 line-height:25px;
 background-image:url(images/bg2.jpg);
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 border:1px solid #0066CC;
 background:#FFFFFF;
} 
 
#header{
 position:relative; 
 height:299px; 
 background-image:url(images/header.jpg);
 width:900px;
} 

#tagline{
	position:absolute;
	float:right;
	width:610px;
	height:83px;
	padding:40px 10px 20px 10px;
	right:0;
	bottom:0;
	text-align:center;
	font-size:medium;
}
 
#leftcol{
 width:230px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 padding:0 10px 0 10px;
 border-top:1px dotted #0066CC;
 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:629px; 
 padding:0 10px 0 10px;
 border-left:1px dotted #0066CC;
 border-top:1px dotted #0066CC;
 }
 
#footer{
 height:80px;
 background-image:url(images/footbg.jpg);
 background-repeat:repeat-x;
 clear:both;
 text-align:center;
 padding:10px 10px 10px 230px;

 } 
 
.heading{
background-image:url(images/bg.gif);
}


 
 /* *** 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;}
}
