body {
	margin: 0;
	background-color: #ffffff;
}
#main {
	position: relative;
	width: 1156px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/extender.jpg');
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 150px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	position: relative;
}
#nav {
	background-color: transparent;
	position: absolute;
	top: 75px;
	left: 241px;
/*	width: 673px;
*/}
#lowerNav {
	position: absolute;
/*	width: 220px;
*/	top: 102px;
	left: 740px;
}
#content {
	background-color: transparent;
	background-image: url('/images/bg_content.jpg');
	height: auto;
	_height: 558px; 
	min-height: 558px;
	background-repeat: no-repeat;
	padding-left: 204px;
	padding-right: 178px;
	padding-bottom: 15px;
}
#footer {
	clear: both;
	background-image: url('/images/footer.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 81px;
	padding-right: 201px;
	height: 88px;
}