/*
*Filename: default.css
*Version: 1.0 (2009-07-05)
*Website: null
*Author: Tyler Jefford
*Description: null
*Last updated: None (2009-07-05)
*/

body {
	background: #fff;
	font-family: tahoma;
	color: #000;
}
a img {
	border: 0px;
}
#head {
	background: url(../images/head.png);
	height: 194px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	padding-left: 20px;
}
#nav {
	margin-right: 30px;
	float: right;
	margin-top: 160px;
}
#nav a {
	color: #000;
}
#nav div {
	width: 140px;
	margin-right: 5px;
	float: left;
}
.active {
	background: url(../images/activeNav.png);
	width: 140px;
	height: 39px;
	text-align: center;
}
.deactive {
	background: url(../images/deactiveNav.png);
	width: 140px;
	height: 39px;
	text-align: center;
}
.clear {
	clear: both;
}
#holdArrow {
	background: url(../images/holdArrow.png);
	width: 96px;
	height: 81px;
	position: fixed;
	left: 0px;
	top: 240px;
}
#content {
	width: 800px;
	margin-left: 166px;
	margin-top: 270px;
}
.video {
	background: #000;
	width: 435px;
	height: 244px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.desc {
	width: 355px;
	height: 244px;
	float: left;
	margin-bottom: 20px;
}
.secondary {
	margin-top: 50px;
}
#footer {
	background: #000;
	color: #dadada;
	margin-top: 30px;
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}