body {
	margin: auto;	
	background-color: #76923c;
	color:#545454;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
}

.sf_outer_wrapper {
	width: 964px;
    margin: 0px auto;
	
	background-repeat: repeat-y;
border: dotted 2px #000000;	
}
.sf_navigation {
        background-color: #76923c;	
	clear:both;
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	min-height:20px;
	height:auto !important;
	height:20px;	
	padding:10px 20px 0px;
	margin:0px;
	font-size:12px;	
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 924px;
	float: left;
}
.sf_main_header {
	
	text-align: left;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 48px;
	font-weight: normal;
	font-variant: normal;
	background-color: #27282b;
	float: left;
border-bottom: 2px solid #000;	
border-top: 2px solid #000;
}
/*--------------------------
		Content
--------------------------*/

.sf_content {	
	float: left;	
	padding:5px 5px 20px 30px;	
	width: 924px;
	min-height: 400px;
}

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

/*--------------------------
		End Content
--------------------------*/
