body {
	background-color: #dadada;
	margin: 0;
	background-image: url(/images/bg_body.jpg);
}
* html body {behavior: url(/csshover.htc);}
#main {
	position: relative;
	width: 945px;
	min-width: 775px;
	margin-left: 0px;
	margin-right: auto;
	background-image: url(/images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 163px;
	padding: 1px 0;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	background-image: url(/images/wrapper.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 368px;
	height: 28px;
	width: 500px;
}
#content {
	min-height: 673px;
	height: 1%;
	padding: 1px 165px 1px 125px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}
#footer {
	height: 30px;
	padding-top: 75px;
	padding-right: 150px;
	clear: both;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}
#pageText {
	float: left;
	width: 350px;
}
#rotator {
	width: 300px;
	float: right;
	margin-top: 24px;
}

