#main { background-image: url(images/bg_repeat.jpg); background-repeat: repeat-y; position: relative; z-index: 8; left: 0; width: 842px; min-width: 842px; margin-left: auto; margin-right: auto; }
#header { background-image: url(images/header.jpg); text-align: left; z-index: 6; top: 0; left: 0; width: 100%; height: 99px  ; }
#nav {
	background-image: url(images/nav_right.jpg);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 738px;
	text-align: left;
	margin-left: 0;
	height: 28px;
	position: absolute;
	left: 106px;
	top: 99px;
}
#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_main.jpg); background-repeat: no-repeat; text-align: left; z-index: 10; height: auto; _height: 525px; min-height: 525px; padding-top: 38px; padding-right: 122px; padding-left: 125px; }
#footer { background-image: url(images/footer.jpg); background-repeat: no-repeat; z-index: 10; height: 47px; clear: both; padding-top: 40px; padding-right: 92px; }
#rotator { height: 489px; width: 301px; left: 130px; top: 150px; position: absolute; visibility: visible; z-index: 100;}

