body  {
	background: #EDEDE7;
	text-align: left;
	color: #231512;
	font: normal 15px/1 "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "Myriad pro", "Helvetica Neue", Arial, Sans-serif;
	font-style: normal;
}

/*Background color or image, and typefaces can be adjusted in decending order of application in the body css styles*/

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c2c4ba;
}
.maincontent {
	padding: 10px 25px 10px 25px;
	margin-left: 260px;
}

/*Container css set to 780px to make viewing in standard 800px screen resolution as minimum standard, bigger browser windows will center the 780px window showing background image    specified in body*/

.sidebar1 {
	sfloat: left;
	width: 210px;
	float: left;
	padding: 10px 25px 10px 25px;
	
}

/*Margin-left set to float maincontent div 5px off of the sidebar*/

.NoTop {
	margin-top: 0px;
	color: #093;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
.imagelinkclear {
	border-style: none;
}
a {
	text-decoration: none;
	color: #FF9;
	background: url(/images/faux_bg.gif) repeat-y;
}
h1 {
	color: #930;	/*All headers will be defined by the settings above. Edit colors, faces, and more within css styles*/
	font: normal 30px "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "myriad pro", "helvetica neue", arial, sans-serif;
}
h2 {
	color: #FF9;	/*All headers will be defined by the settings above. Edit colors, faces, and more within css styles*/
	font: normal 20px "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "myriad pro", "helvetica neue", arial, sans-serif;
}
h3 {
	color: #930;	/*All headers will be defined by the settings above. Edit colors, faces, and more within css styles*/
	font: normal 20px "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "myriad pro", "helvetica neue", arial, sans-serif;
}
h4 {
	color: #FF9;	/*All headers will be defined by the settings above. Edit colors, faces, and more within css styles*/
	font: normal 15px "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "myriad pro", "helvetica neue", arial, sans-serif;
}
h5 {
	color: #930;	/*All headers will be defined by the settings above. Edit colors, faces, and more within css styles*/
	font: normal 15px "Futura Std Book", "Futura Std Medium", "Futura Medium", "Futura", "Century Gothic", "myriad pro", "helvetica neue", arial, sans-serif;
}
h6 {
	color: #c2c4ba;
	font-size: 6px;
}
.textwrapimg {
	margin: 10px;
}
