#main {
	position: relative;
	z-index: 8;
	width: 866px;
	min-width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: transparent;
	position: absolute;
	top: 117px;
	left: 370px;
	width: 472px;
	height: 16px;
	padding-top: 3px;
}
#nav2 {
	background-color: transparent;
	position: absolute;
	top: 141px;
	left: 370px;
	width: 472px;
	height: 16px;
}
#nav3 {
	background-color: transparent;
	position: absolute;
	top: 166px;
	left: 116px;
	width: 237px;
	height: 12px;
	padding-top: 1px;
}
#content {
	height: auto;
	_height: 550px;
	min-height: 550px;
	background-image: url(images/bg_content.jpg);
	padding: 15px 35px;
	background-repeat: no-repeat;
}
#footer {
	background-color: #006a91;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 24px;
	padding-right: 17px;
}
#today {
	position: absolute;
	top: 174px;
	right: 33px;
	width: 230px;
}