* {
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	display: block;
	height: 20px;
	}	
	
body {
	background: #005320 url(headerBG.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}	
	
h1 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: normal;
	}	
	
h2 {
	color: #7d8680;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	}	

h3 {
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	display: inline;
	}	
	
p {
	margin: 0 0 10px;
	}

a {
	outline: none;
	color: #ccab2d;
	}
	
img {
	border: 0;
	}	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	}

#header {
	height: 140px;
	display: block;
	padding-top: 20px;
	width: 700px;
	position: relative;
	}	
	#header #title {
	position: absolute;
	top: 33px;
	left: 329px;
	}
	
#video {
	height: 370px;
	display: block;
	color: #fff;
	line-height: 1.5;
	}	
	
#contentArea {
	display: block;
	width: 700px;
	margin-bottom: 20px;
	}	
	
#primaryContent {
	width: 380px;
	float: left;
	line-height: 1.5;
	color: #fff;
	}
	
#secondaryContent {
	width: 265px;
	float: right;
	}	
	
#footer {
	display: block;
	height: 50px;
	text-align: center;
	color: #0f1f15;
	}	
	
.contact {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #0f1f15;
	margin-bottom: 15px;
	text-align: right;
	line-height: 30px;
	}
	.contact h3 {
	float: left;
	}
	
#player {
	width: 200px;
	text-align: center;
	color: #c90000;
	}	
