/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #373737;
 color: #fff;
 font-family: Georgia;
 font-size: 16px;
} 
 
#pagewidth{ 
 width:750px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
background-image:url('back2.jpg');
background-repeat: no-repeat;
} 

#header h1 {
font-size:72px;		
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #fff;
	padding-top: 205px;
	/*border-bottom: 3px solid #fff;*/
}


a{
color: #fff;
}

	h3{
font-size:31px;		
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #fff;
	padding: 10px;
	border-bottom: 3px solid #fff;
	margin-right: 10px;
	}
#strap{
font-size:31px;		
font-family: Trebuchet MS, Arial, sans-serif;
color: #fff;
}
 
#leftcol{
 width:50%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:50%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:100%; 
 float:right; 
 position:relative; 
 }
  #servicelist{
 margin-top: 16px;
 margin-bottom: 16px;
 }

 
#footer{
 height:150px; 
 clear:both;
 border-top: 3px solid #fff;
 margin-top: 25px;
 font-size:10px;
text-align: center; 
 } 
 

 
 /* *** 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 */  