#Header {
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	height: 113px;
	width: 760px;
	float: none;
	left: 0px;
	top: 0px;
	overflow: auto;
	visibility: visible;
	z-index: auto;
}
#Nav {
	background-image: url(Assets/nav_background.gif);
	background-repeat: no-repeat;
	height: 507px;
	width: 212px;
	position: absolute;
	float: left;
	top: 114px;
	left: 0px;
	z-index: 1;
}
#Content {
	background-image: url(Assets/content_background.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 507px;
	width: 548px;
	left: 212px;
	top: 114px;
	visibility: visible;
	z-index: 3;
}
#Footer {
	left: 15px;
	top: 615px;
	height: 20px;
	width: 755px;
	position: absolute;
	z-index: 3;
}
