/* CSS Document created by Dave Harper http://www.daveharperdesign.com/ */



* {
	margin: 0;
	padding: 0;	
}
body {
	margin: 0 0 0 0;
	padding: 0;
	background: #333 url(../img/large_bg.jpg) no-repeat top center;
	font-size: 13px;
	font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
	text-align: center;
}
a {
	color: #000;
	text-decoration: underline;	
}
a:hover {
	color: #000;
	text-decoration: none;	
}
a.active_link {
	color: #666;
}
.video {
	margin: 0 auto;
	width: 722px;
	height: 440px;	
}
#header {
	margin: 0 auto;
	padding: 25px 0 25px 0;
	width: 722px;
	text-align: left;	
}
#header img {
	float: left;	
}
#header p {
	margin: 43px 3px 0 0;	
	text-align: right;
}
div.content {
	margin: 0 auto;
	text-align: left;
	width: 650px;
	background: url(../img/about_bg.png);
	padding: 36px;
}
div.content p {
	padding: 10px 0 5px 0;
	font-size: 15px;
	line-height: 20px;
}
div.content h1 {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;	
}
span.garamond {
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	color: #666;
	font-family: Garamond, Times, serif;	
}