#main { position: relative; z-index: 8; left: 0; width: 1007px; margin-left: 0; margin-right: auto; }
#header { background-image: url(images/header.jpg); background-repeat: no-repeat; z-index: 6; top: 0; left: 0; width: 100%; height: 205px   }
#topNav { background-color: transparent; margin-left: 0; position: absolute; z-index: 10; top: 8px; left: 541px; width: 163px; height: 102px; }
#nav { background-color: transparent; margin-left: 0; position: absolute; z-index: 10; top: 119px; left: 253px; width: 451px; height: 28px; }
#subNav { background-color: transparent; margin-left: 0; position: absolute; z-index: 10; top: 150px; left: 250px; height: 20px; }
#wrapper { background-image: url(images/extender.jpg); background-repeat: repeat-y; }
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	height: auto;
	_height: 371px;
	min-height: 371px;
	padding-top: 24px;
	padding-left: 60px;
	padding-right: 60px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	z-index: 10;
	clear: both;
	padding-top: 28px;
	padding-right: 8px;
}
#today { position: absolute; top: 180px; left: 250px; width: 230px; height: 20px; }
#left { background-color: teal; float: left; z-index: 10; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#right { background-color: yellow; float: right; z-index: 10; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#break {background-color: purple; clear: both;}
#newsBoxOuter {
	float: right;
	width: 253px;
	background-image: url(images/boxHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 84px;
	padding-bottom: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#newsBox {
	background-image: url(images/boxExtender.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#newsBoxInner {
	background-image: url(images/boxBackground.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 25px;
}