#headerExtender {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/headerExtender.jpg);
	background-repeat: repeat-x;
	height: 122px;
	width: 50%;
	z-index: 1;
}
#main { position: relative; z-index: 2; width: 906px; margin-left: auto; margin-right: auto;
}
#header { z-index: 6; width: 100%; height: 122px; background-image:url(images/header.jpg); background-repeat: no-repeat; }
#topNav {
	position: absolute;
	z-index: 10;
	top: 51px;
	left: 520px;
	height: 20px;
	width: 285px;
	background-image: url(images/menuTop.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}
#bottomNav {
	position: absolute;
	z-index: 10;
	top: 75px;
	left: 520px;
	height: 20px;
	width: 285px;
}
#left { background-color: teal; float: left; z-index: 10; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#right { background-color: yellow; text-align: center; float: right; z-index: 10; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#content {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding-left: 125px;
	padding-right: 125px;
	padding-bottom: 15px;
	height: auto;
	min-height: 520px;
	_height: 520px;
}
#footer {
	z-index: 10;
	height: 100px;
	clear: both;
	background-color: white;
	padding-right: 102px;
	padding-top: 12px;
}
#break {background-color: purple; clear: both;}
