body {
	margin: 0;
	background: #f8f4e8;
	overflow-x: hidden;
	overflow-y: scroll;
	_overflow-y: auto;
}

div#wrap_outer {
	width: 975px;
	margin: 33px auto;
	background: transparent url(../images/bg_wrapper.gif) no-repeat;
}

div#wrap_inner {
	position: relative;
	margin: 0 10px;
	padding: 0 20px 20px 20px;
	background: #fff;
}

div#header {
	position: relative;
	width: 915px;
	height: 335px;
	margin-bottom: 20px;
}

div#header #logo {
	position: absolute;
	left: 0; top: 0;
	width: 124px;
	height: 98px;
}

div#header #nav {
	position: absolute;
	left: 133px; top: 66px;
	width: 785px;
	height: 32px;
}

#nav a {
	float: left;
}

div#header #video_wrapper {
	position: absolute;
	left: 0; top: 98px;
	width: 915px;
	height: 237px;
	overflow: hidden;
	background: #ccc;
}

.wrap_content_outer, .wrap_content_outer_top, .wrap_content_outer_bot {
	/* tiled bg image for cols if over min-height */
	background-color: #fff;
	background-repeat: repeat-y;
}

.wrap_content_inner, .wrap_content_inner_top, .wrap_content_inner_bot {
	/* non-tiled bg image for cols (grads, etc) */
	min-height: 345px;
	_height: 345px;
	background-color: transparent;
	background-repeat: no-repeat;
}


div#footer {
	position: relative;
	clear: both;
	font-size: 11px;
	padding: 20px 30px;
}

#footer #address {
	float: left;
	width: 289px;
	font-style: normal;
	color: #ff6666;
}

#footer #copyright {
	float: right;
	color: #ff6666;
}

#footer #textnav {
	float: left;
	width: 318px;
	text-align: center;
	color: #ccc;
}

#footer #textnav a {
	padding: 0 3px;
	text-decoration: none;
	color: #666;
}

div.clear {
	clear: both;
}






