body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.wrapper {
	margin: auto;
	padding: 0px;
	width: 850px;
} 
.header {
	height: 120px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 15px 35px;
}
.nav {
	font-size: 17px;
	font-weight: bold;
	height:28px;
	padding-top: 8px;
	margin-bottom: 20px;
	background-color: #ffffff;  
	border-top: #f2e9d7 3px solid;
		border-bottom: #f2e9d7 3px solid;
	text-align:center;
} 
.nav a {
	text-decoration:none; 
}

.nav a {color: #989797;}
.nav .active a {color: #cc2c08;}
.nav a:hover {color: #b0afaf;} 
.nav .active a:hover {color: #f75342;}  

a {
	color:#890d00;
	text-decoration: none;
}

.nav ul { 
	margin: 0px;    
	padding: 0px;
}   
.nav li {
	display: inline;
	list-style-image: none;
	padding-right: 25px;
	padding-left: 25px 
}

.content {       
} 

.content object {
	float: left;
}

.clear {
	clear:both;
	height: 20px;
}

a img {
	    width:160px; 
}

a img:hover{ 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8; 
	opacity: 0.8; 
}

.video-desc {
	width:340px; 
	float: left; 
}
.video-listing {
	height:100%; 
}

.video, .gallery-thumbnail { 
	margin-right: 50px;
	width: 400px;
	float: left;
	border:0px; 
}
.gallery-thumbnail a img{ 
	border:none;
}
.footer {
	height: 36px;
	background-color: #f2e9d7; 
}
.kbd {
	float: right;  
	margin: 10px;
	font-size: 10px;
} 

#EmailForm label {
	display: block;
	padding: 5px;
	color: #8E9176;
}

#EmailForm input, #EmailForm textarea {
	font-size: 16px;
	color: #376023;
	
}

#EmailForm .errors {
	color:#cc2c08;
}
 
.required {
	border:1px solid #cc2c08;
}

.video-code {
	float: left;
}
.video-summary {
	margin-left: 30px;
	float: left;
	width: 380px;
} 
