body {
	margin: 0;
	background-color: #d4e7bd;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#main { position: relative; z-index: 1; width: 100%;}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position:  relative;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	z-index: 3;
	width: 100%;
	height: 134px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 79px;
	left: 227px;
	width: 582px;
/*	height: 55px;
*/}
#inner {
	background-image: url(images/contentBase.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 94px;
}
#content {
	z-index: 5;
	height: auto;
	_height: 450px;
	min-height: 450px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding-left: 105px;
	padding-right: 105px;
	position: relative;
}
#footer {
	z-index: 5;
	height: 75px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #d4e7bd;
	padding-right: 90px;
	padding-top: 45px;
}
#preLoader {
	display: none;
}
#rotator { width: 318px; float: right; margin-top: 23px; margin-left: 10px; background-image: url(images/bg_rotator.jpg); background-repeat: repeat-y;}
#rotatorCaption { width: 318px; }
