@charset "UTF-8";
body {
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
.primary {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 975px;
	background-image: url(images/site_bg.png);
	background-repeat: repeat-y;
}
.disclaimer {
	font-weight: normal;
	font-size: 9px;
	width: 630px;
	color: #999;
}
.container {
	width: 975px;
	margin: 0px;
	height: 100%;
	background-image: url(images/site_bg_base.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.main_col {
	width: 857px;
	height: 100%;
}
.header {
	background-image: url(images/headline.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	margin: 0px;
	padding: 0px;
}
.nav {
	padding-top: 150px;
	text-align: right;
	padding-right: 90px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #CCC;
}

	.contact {
	width: 500px;
	margin: 20px;
	text-align: left;
}
    .video {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	width: 800px;
}
#contact_us {
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 130px;
}
.contact_greet {
	font-weight: normal;
	text-align: left;
	width: 650px;
	margin-left: 60px;
	margin-top: 0px;
	padding-top: 0px;
}
.spacer {
	margin: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

.about_box {
	font-weight: normal;
	width: 700px;
	margin: 50px;
	padding: 20px;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.headshot {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.headshot2 {
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.ab
.about {
	text-align: justify;
}
.breaker {
	clear: both;
}
