#main {
	position: relative;
	width: 1070px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 76px;
	background-image: url(images/header.jpg);
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 265px;
	height: 26px;
}
#content {
	z-index: 10;
	height: auto;
	min-height: 238px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding: 20px 151px;
}
* html #content { height: 238px;}
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-color: #000000;
	padding-top: 55px;
	padding-right: 125px;
}
#rotator {width: 300px; float: right;}
#rotatorcaption { width: 100%; }
