@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #831511;
	text-decoration: none;
}
a:visited  {
	color: #831511;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
	color: #831511;
}
a:active {
	color: #831511;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #831511;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #831511;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #831511;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
.borderMedia {
	border: 1px solid #831511;
}
.headerWrap {
	background-image: url(assets/images/top_header.gif);
	background-repeat: repeat-x;
	height: 71px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.header {
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	padding-top: 17px;
}
.homeBack {
	background-image: url(assets/images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.secondBack {
	background-image: url(assets/images/bio_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.homeContent {
	background-image: url(assets/images/frame_home.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 611px;
	width: 829px;
	margin-right: auto;
	margin-left: auto;
}
.homePic {
	height: 418px;
	width: 828px;
	padding-top: 220px;
	margin-right: auto;
	margin-left: auto;
}
.secondaryFrame {
	background-image: url(assets/images/frame_bio.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 829px;
	height: 611px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 255px;
}

.secondaryText {
	height: 500px;
	width: 530px;
	text-align: left;
	margin-right: auto;
	margin-left: 166px;
	overflow: auto;
}
.adminVid {
	height: 520px;
	width: 560px;
	text-align: left;
	overflow: auto;
	margin-right: auto;
	margin-left: 163px;
}
.secondaryContact {
	height: 560px;
	width: 530px;
	text-align: left;
	margin-right: auto;
	margin-left: 160px;
	overflow: auto;
	background-image: url(assets/images/guys-contact.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.colorRed {
	color: #831511;
}
