/* generated by csscreator.com */ 

* {
	padding:0px;
	margin:0px;
	border: 0px;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
} 
 
#page_wrapper{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
} 

#header{
	margin: 0px;
	width: 760px;
	display: inline;
	height: 125px;
} 

#content_wrapper{
	text-align:left;
	width: 760px;
} 
  
#nav{
	margin: 20px 0px 0px 20px;
	text-align: center;
	float: left;
	width: 200px;
}

.content{
	margin: 20px 10px 0px 0px;
	float: right;
	width: 500px;
  }
.feature_block {
	float: right;
	margin: 0px 0px 10px 20px;
}

.clear{
	clear: both;
	text-align: center;
	height: 1px;

}
  
#footer{
	margin: 10px 0px 0px 0px;
	text-align: center;
	clear: both;
  }

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