* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(../images/header.jpg);
	height: 92px;
	position: absolute;
	width: 792px;
}
#wrapper #navigation {
	height: 361px;
	width: 792px;
	position: absolute;
	top: 92px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation #navImage {
	position: absolute;
	height: 333px;
	width: 630px;
	left: 0px;
	top: 0px;
}
#wrapper #navigation #navBar {
	position: absolute;
	height: 333px;
	width: 162px;
	left: 630px;
	top: 0px;
}
#wrapper #bodyArea {
	position: absolute;
	height: 681px;
	width: 792px;
	top: 453px;
	background-image: url(../images/blank.jpg);
}
#wrapper #footer {
	position: absolute;
	height: 46px;
	width: 792px;
	top: 1134px;
	background-image: url(../images/footer.jpg);
}
#wrapper #footer #footerText {
	position: absolute;
	height: 20px;
	width: 600px;
	left: 96px;
	top: 13px;
	font-size: x-small;
}

