body {
	background-color: #ffffff;
	margin: 0;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}
#main {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_wrapper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	width: 100%;
	height: 108px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 1px 0;
}
#wrapper {
	width: 788px;
	margin: 0 auto;
	position: relative;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 68px;
	left: 405px;
	width: 350px;
	height: 15px;
}
#content {
	background-color: #FFF;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	height: auto;
	min-height: 500px;
	padding: 1px 40px;
	position: relative;
/*	overflow: auto; */
}
* html #content {height: 500px;}
#footer {
	height: 100px;
	clear: both;
	background-color: transparent;
	padding: 5px 2px;
}
#pageText {
	float: left;
	width: 300px;
	margin-right: 8px;
}
#rotator {
	float: left;
	width: 392px;
/*	background-image: url(images/homepageimage.jpg);
	background-repeat: no-repeat;
*/}