body {
	background-color: #bfb1a8;
}
/*html5 semantics tags */
article, aside, figure, footer, header, hgroup, menu, nav, section 
{ display: block; }

/* light css reset */
* { margin : 0; padding : 0; }

h1, h2, h3, h4, h5, p, ul, ol  { 
	margin : 0 5px; 
	padding : .5em 0;
	
}
	
h1, h2, h3, h4, h5{

	text-align: Center;
	font-family: 'philly_sansregular', Arial, sans-serif;
}

img { border: 0px;}

/* =page level container */

#pageWrapper {

    margin: 0px auto 0px auto;
	width: 1070px;
	background-color: #8c423b;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	}

#pageHeader {
    margin:0px auto 0px auto;
    width:1070px;
    height:400px;
    position:relative;
	background: #8c423b url('/images/1070%20variation%202.jpg');
	}
	
#pageHeader h1{
	margin-top: 5em;
	color: white;
	font-family: 'the_battle_continuezregular', Arial, sans-serif;
	font-size: 50px;
	}
#contentWrapper {
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 500px;
	}

#pageNav {
	border-top: 10px black solid;
	border-bottom: 5px black solid;
	background-color: #733f3f;
	max-width: 1070px;
	text-align: center;
	color: white;
	height: 3em;
	}
	
#pageNav li {
	
	width: 14%;
	list-style-type: none;
	text-align: center;
	font-size: 22px;
	float:left;
	font-family: 'philly_sansregular', Arial, sans-serif;
	}
#pageNav li:hover{
	background-color:#8c6161;
	}
	
#featuredSection {

	margin: 1.5em auto; 
	width: 95%;
	background-color: #d9cbc7;
	height: 10em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	}

#mainContentSection{

	margin: 1.5em auto;
	width: 95%;
	background-color: #d9cbc7;
	min-height: 600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
}

#pageFooter {

    margin: 0px auto;
    padding-bottom: 20px;
	width: 1070px;
	position: relative;
	background-color: #733f3f;
	text-align: center;
	color: white;
	line-height: 200%;
}



/* Clear Floated Elements */
.clearfix:before, .clearfix:after {content: "\0020"; 
display: block; height: 0; visibility: hidden;}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }