body {
	background-color: #cd6c6b;
	margin: 0;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: transparent;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header {
	width: 100%;
	height: 132px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	padding: 1px 0;
	position: relative;
}
#wrapper {
	width: 910px;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 1px 0;
	position: relative;
}
#nav1 {
/*	overflow: auto;
*/	height: 21px;
	margin-left: 36px;
/*	margin-top: 1px;
*/}
#nav2 {
	height: 19px;
	float: right;
	width: 335px;
}
* html #nav2 {
	height: 11px;
}
#content {
	height: auto;
	_height: 639px;
	min-height: 639px;
	padding: 13px 72px 1px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
#footer {
	background-color: #cd6c6b;
	height: 69px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 33px;
}
#address {
	position: absolute;
	left: 86px;
	top: 116px;
	width: 630px;
}
#pageText {
	float: left;
	width: 380px;
	margin-top: 15px;
}
#right {
	float: right;
	width: 370px;
	margin-top: 30px;
}
#rotator {
	height: 350px;
/*	width: 370px;
	float: right;*/
}