body {
	background-color: #000000;
	margin: 0;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}
* html body {behavior: url("csshover.htc");}

#main {
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 100%;
	height: 118px;
	background-image: url(/images/header.jpg);
	padding: 1px 0;
	background-repeat: no-repeat;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 69px;
	left: 524px;
	height: 26px;
}
#content {
	height: auto;
	_height: 430px;
	min-height: 430px;
	padding: 10px 60px;
	background-image: url(/images/extender.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}
body.home #content {
	padding-top: 35px;
}
#footer {
	clear: both;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 95px;
	padding-right: 20px;
	position: relative;
}
#rotator {
	width: 370px;
	height: 435px;
}
#pageText {
	float: right;
	width: 420px;
}
#sheltowee {
	position: absolute;
	width: 74px;
	height: 67px;
	display: block;
	left: 831px;
	top: 4px;
}

