/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000000;
 font-family:Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:720px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:230px; 
 width:100%;
} 
 
#leftcol{
 width:220px; 
 float:left; 
 position:relative; 
 background:url(img/bg1.gif) no-repeat;
 }
 
#twocols{
 width:500px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:240px; 
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:260px; 
 background:url(img/turfmid.jpg) repeat-y;
 margin-bottom: 8px;
 }
 
p, h4, h3, h2, h1 {
	color:#FFFFFF;
	}

p {
line-height:150%;
font-size:12px;
text-align:justify;}

h3 {
font-size:16px;}

h2 {
font-size:25px;}

h4 {
font-size:15px;}


a {
color:#FFFFFF}

a:hover {
text-decoration:none;}

.left{
margin-left:30px;
margin-top: 30px;}

.left2{
margin-left:30px;
margin-top: 40px;}
 
 /* *** 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;}
}

