body {
	background: #403b33 url(../images/bodybg.png) repeat-x;
	text-align: center;
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background: url(../images/headbg.jpg) no-repeat center top;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 439px;
	margin: 0 auto;
	overflow: hidden;
}

#header img {
	width: 920px;
	height: 439px;
}

#mainnav {
	width: 920px;
	height: 33px;
	margin: 0 auto;
	font-size: 1.6em;
}

#mainnav li {
	display: inline;
}

#mainnav li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 31px;
	padding: 8px;
	line-height: 33px;
}

#mainnav li a:hover {
	background-color: #5b401f;
}

.active {
	background-color: #5b401f;
}

#subnav {
	width: 920px;
	height: 58px;
	margin: 0 auto 16px auto;
	font-size: 1.2em;
}

#subnav ul {
	width: 920px;
	height: 58px;
	background: url(../images/submenubg.jpg) no-repeat;
}

#subnav ul li {
	display: inline;
}

#subnav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 87px;
	padding: 8px;
	line-height: 54px;
}

#contentwrap {
	width:  920px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0 0 50px 0;
}

#content {
	width: 330px;
	float: left;
	line-height: 1.8em;
	margin: 32px 12px 0 50px;
}

#content h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

#content p {
	font-size: 1.2em;
	margin: 0 0 16px 0;
}


#youtube {
	width: 473px;
	height: 377px;
	background: url(../images/videobg.jpg) no-repeat;
	padding: 32px 0 0 32px;
	float: left;
}

.clearer {
	clear: both;
}
