#main {
	position: relative;
	z-index: 8;
	width: 1055px;
	margin-left: 0;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 1055px;
	height: 86px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 99px;
	float: left;
	height: 603px;
	display: inline;
	margin-right: -3px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
}
#content {
	height: auto;
	_height: 603px;
	min-height: 603px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	margin-left: 99px;
	_margin-left: 0;
	padding: 30px 200px 15px 12px;
}
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #b79a3c;
	padding-top: 30px;
	padding-right: 184px;
}
#preloader {
	display: none;
}
