body {
	background: white url(../images/design/bg.jpg) repeat-x scroll;
	margin-top: 20px;
}

#wrapper {
	position: relative;
	width: 731px;
	margin: 0;
	padding: 0;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: white;
	background-image: url(../images/design/bg.jpg);
	background-position: right -20px;
	background-repeat: no-repeat;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 711px;
	height: 107px;
	background-repeat: no-repeat;
	background-image: url(../images/design/banner.jpg);
}

#logo {
	margin-top: 0px;
	position: absolute;
	left: 18px;
	z-index: 200;
}


#content {
	position: relative;
	z-index: 100;
	margin-left: 210px;
	padding-top: 10px;
	padding-left: 5px;
	border-left: 1px solid #e6e6e6;
	min-height: 600px;
	_height: 600px;
}

#content #text {
	z-index: 400;
	width: 470px;
	padding: 12px;
}

#hero {
	width: 505px;
	background-repeat: no-repeat;
}

#footer {
	border-top: 1px solid #e6e6e6;
	margin-left: 210px;
	width: 505px;
	text-align: center;
}

/*Take the nav out of the page flow.*/

#nav {
	position: absolute;
	top: 140px;
	left: 22px;
}