@charset "UTF-8";

/* reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, ol, ul, li, form, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

/* style */

.bio {
	width: 230px;
	float: left;
	background: #fff;
	padding: 10px;
	border: 1px solid #2b1f14;
	margin-right: 10px;
}

.bio_pic img {
	background: none;
	padding: 0px;
}


body {
	background-color: #000;
	background-image: url(images/Foxfire_body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2c2014;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.clear {
	clear:both;	
}

#content_body {
	background-image: url(images/Foxfire_text_bg.png);
	background-repeat: repeat-y;
	padding: 25px 30px 20px;
	line-height: 1em;
}

#content_body p img {
	padding: 4px 10px 5px 6px;
	background-image: url(images/mainphoto_bg_03.png);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content_body .bio p .bio_pic {
	padding: 0px;
	background-image: none;
	float: right;
	border: 1px solid #2b1f14;
	width: 130px;
	height: 130px;
	margin: -11px -11px 10px 10px;
}

#content_body p span {
	font-weight: bold;
	text-transform: uppercase;
	color: #C21E27;
}

#content_foot {
	background-image: url(images/Foxfire_text_foot.png);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 50px;
}

.footer {
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

.footer a {
	color: #FFF;
}

h2 {
	font-size: 34px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 18px;
	padding-left: 30px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

h4 {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}

h5 {
	background: url(images/principals_header_bg.jpg) repeat-x;
	margin: -10px -10px 10px -10px;
	height: 11px;
	padding: 5px;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	border-bottom: 1px solid #2b1f14;
}

#header {
	background-image: url(images/Foxfire_header.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 593px;
	padding-top: 10px;
}

hr {
	color: #BB463A;
}

#main_content {
	width: 593px;
	margin-left: 150px;
	margin-top: 50px;
}

#nav {
	padding: 5px 0 0 30px;
}

#nav li {
	list-style: none;
	color: #FFF;
	font-size: 10px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}

#nav li a {
	color: #FFF;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.3em;
	font-size: 10px;
}

p .main {
	background-image: url(images/mainphoto_bg_03.png);
	background-repeat: no-repeat;
	float: right;
	padding: 5px;
	height: 276px;
	width: 276px;
}

#page {
	background-image: url(images/Foxfire_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#sidebar {
	float: right;
	position: absolute;
	top: 160px;
	right: 10px;
	width: 250px;
}

#subhead {
	color: #B1BF52;
	font-size: 11px;
	font-weight: bold;
	margin: -15px 50px 4px 60px;
	padding-left: 50px;
	width: auto;
	text-transform: uppercase;
	border: 1px none #BC2129;
}


