/** 
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */
body {
	font-family:"century gothic", Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

.sf_region1:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}

.sf_wrapper {
	width:760px;
	margin:40px auto 0px;
	padding:0px 50px 30px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.sf_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}