/* generated by csscreator.com */ 

@import "css/menu.advanced.css";
@import "css/footer.css";
@import "css/typography.css";
@import "css/features.css";
@import "css/sidebar.css";

/* Resets and defaults */

* {

	background-color: transparent;

	margin: 0;

	padding: 0;

}


hr {

	display: none;

}



a img {

	border: none;

}


a, a:link, a:visited {

	color: #666;

	margin: 0;

	padding: 0;

}


a:hover, a:active {

	color: #a8b772;

	margin: 0;

	padding: 0;

	text-decoration: underline;

}


html, body { text-align: center; } 
 
#pagewidth { 
	width: 1024px; 
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;  
} 
 
#header {
	position:relative; 
	height:104px; 
	width: 100%;
  	background: url(images/bg_header.jpg) no-repeat;
} 

#wrapper {
	width: 100%;
	background: url(images/bg_content.jpg) repeat-y;
	position:relative;
}
 
#container {  
	position: relative; 
	width:90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#content {

	display: inline;

	float: left;

	font-size: 1.4em;

	/*margin-top: 20px;*/

	padding-left: 10px;

}

#sidebar_wrapper {

	display: inline;

	float: right;

	margin-left: 5%;

	width: 30%;

}

 
#footer {
	height:114px; 
	width: 100%;
	background: url(images/bg_footer.jpg) no-repeat;
	clear:both;
} 
 
 
/* generic style classes */

.center { text-align: center; }


.alignright { float: right; }


.alignleft { float: left; }

p img {

	max-width: 100%;

	padding: 0px;

}



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



img.alignright {

	display: inline;

	margin: 0 0 2px 7px;

	padding: 4px;

}



img.alignleft {

	display: inline;

	margin-bottom: 2px;

	margin-left: 0px;

	margin-right: 7px;

	margin-top: 0px;

	padding: 4px;

	vertical-align: text-top;

}


 
 /* *** 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 */  
#columns {
 clear:both;
 float:left;
 width:915px!important;
}

.column {
	float:left;
	width:400px!important;
	padding:0 25px;
}



