body {

	background:#3a2313;
	margin: 0px;
	padding: 0px;
	
	}

html, body {min-height: 100%;margin-bottom: 0;}



/* holder styles */

#holder {
	width: 997px;
	text-align: left;
	margin: 0 auto 0 auto;
	height: auto;
}



#innerholder {
	width: 997px;
	margin: 0 0px 0 0px;
	position: relative;   /* reference point for absolute position */
}




/* front main styles */

#header {
	height:808px;
	width: 997px;
	background: url(images/mitch-landing.jpg) no-repeat;
	text-align: left;
	margin: 0 auto 0 auto;
}






/* paragraph styles */


h1 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 38px;


}




p {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #E6C29F;
	line-height: 26px;
	text-align: left;
	margin: 0 0 0 0;
	padding-left: 0;

}


.p a:link { color: #d4542f;text-decoration: none;}
.p a:visited { color: #d4542f;text-decoration: none;}
.p a:hover, #nav a:active, #nav a:focus { color: #fff; text-decoration: none;}




h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #e6c29f;
	line-height: 28px;

}





h3 {

	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	line-height: 28px;

}


.h3 a:link {color: #fff; text-decoration: none;}
.h3 a:visited {color: #ccc; text-decoration: none;}
.h3 a:hover, #nav a:active, #nav a:focus {color: #d4542f; text-decoration: none;}





h4 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	line-height: 20px;

}


.h4 a:link {color: #fff; text-decoration: none;}
.h4 a:visited {color: #ccc; text-decoration: none;}
.h4 a:hover, #nav a:active, #nav a:focus {color: #d4542f; text-decoration: none;}






h5 {

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	line-height: 28px;

}


.h5 a:link {color: #000; text-decoration: none;}
.h5 a:visited {color: #000; text-decoration: none;}
.h5 a:hover, #nav a:active, #nav a:focus {color: #fff; text-decoration: none;}






h6 {

	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #11100E;
	line-height: 20px;

}


.h6 a:link {color: #11100E; text-decoration: none;}
.h6 a:visited {color: #11100E; text-decoration: none;}
.h6 a:hover, #nav a:active, #nav a:focus {color: #fff; text-decoration: none;}





hr {

border: thin dashed #CCCCCC;
}


