body { 
	margin:0 auto;	
	padding:0px;
	background:#660000 url('landing.jpg') no-repeat;
	font-family:Trebuchet MS, sans-serif;
	font-size:1.0em;
	text-align:center;
}
h1 {
	padding:20px 0 0 20px;
	font-family:Trebuchet MS, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	color:#f1f1f1;
}
h1.call {
	padding:20px 0 0 20px;
	font-family:Trebuchet MS, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#003D3D;
}
h2 {
	display:inline;
	font-size:1.0em;
	font-weight:bold;
	color:#6666CC;
	clear:both;	
}
p {
	margin:10px 0 0 20px;
	padding:0 40px 0 0;
	color:#003D3D;	
	line-height:1.2em;
}
p.intro:first-letter
{
	font-size:1.7em;
}
p.intro:first-line
{
	font-size:1.5em;
	font-variant:small-caps;
}
p img {
	margin-right:20px;	
}
a, a:link, a:hover {
	color:#002828;	
}
a.info, a.info:link, a.info:hover {
	color:#fff;	
}
a:focus {
	outline:none;	
}

#content_wrap {
	padding:20px;
	margin-top:290px;		
}

#welcome {
	text-align:left;
	float:left;
	padding:20px;
	width: 475px;
	background:#8FAF4F;
	border-top:20px solid #B32D2D;
}

#content {
	text-align:left;
	float:left;
	padding:20px;
	padding-top:0;
	width: 475px;
}
#youtube {
	
}
#contact {
	background:#8FAF4F;
}

.form {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

fieldset {
	margin:10px 0 0 0; 
	padding:20px;
	width:420px;
	display:block;
	border:none;
}
legend {
	margin:0; 
	padding:0 10px;
	font-size:1.4em;
}
.form label {
	float:left;
	margin:0; 
	padding:10px;
	width:100px;
	background:#420000;
	display: block;	
	font-size: 115%;
	line-height: 1.0;	
}

.form input,textarea {
	margin:0 0 10px 10px; 
	padding:3px 5px 3px 5px;
	width:250px;
    font:normal 18px Arial;
    color: #999999;   	
}
.form input {
	height:30px;   	
}
.form input[type="text"]:focus, input[type="text"]:hover {
} 
.form input[type="submit"] {
	margin:0 0 0 130px; 
	padding:0 0 10px 0;
	width:200px;
	background:#420000;	
}














#footer {
	margin:10px auto;
	width:1000px;	
}

.clear {
	clear:both;	
}
