#main {
	position: relative;
	z-index: 8;
	left: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
	background-position: 0 132px;
}
#header {
	text-align: left;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 59px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	border-bottom: 1px solid black;
	width: 100%;
	background-image: url(images/bg_nav.jpg);
	height: 25px;
}
#left {
	background-color: #adadad;
	float: left;
	z-index: 10;
	width: 191px;
	height: auto;
	display: inline;
	min-height: 500px;
	_height: 500px;
	_margin-right: -3px;
}
#right {
	float: right;
	margin-right: -76px;
	display: inline;
}
#content {
	text-align: left;
	z-index: 10;
	height: auto;
	_height: 47px;
	min-height: 47px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	margin-left: 192px;
	_margin-left: 189px;
	padding: 39px 76px 15px 33px;
}
#footer { z-index: 10; clear: both; background-image: url(images/footer.jpg); background-repeat: no-repeat; height: 97px; }
#design {
	background-color: #541f2a;
	padding: 2px 30px;	
}
#logo {
	position: absolute;
	top: 0;
	left: 33px;
	background-image: url(images/logo.jpg);
	height: 125px;
	width: 125px;
	z-index: 100;
}
#wrapper {
	border: 1px solid black;
	border-top: 0;
	border-bottom: 0;
}
.contentImage {
	margin-right: -76px;
	margin-left: 15px;
}