@charset "UTF-8";
#outerWrapper {
	height: 1000px;
	width: 1200px;
}
#content {
	height: 1000px;
	width: 1000px;
	margin-right: 100px;
	margin-left: 100px;
}
#header {
	background-image: url(images/header.jpg);
	height: 226px;
	width: 1000px;
	background-repeat: no-repeat;
}
#leftColumn {
	background-image: url(images/leftColumn.jpg);
	height: 717px;
	width: 241px;
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	position: relative;
}
#centerTop {
	background-image: url(images/centerColumn.jpg);
	background-repeat: no-repeat;
	height: 468px;
	width: 455px;
	float: right;
	margin-right: 304px;
}
#centerBt {
	background-repeat: no-repeat;
	height: 249px;
	width: 455px;
}
#rightColumn {
	background-image: url(images/rightColumn.jpg);
	background-repeat: no-repeat;
	height: 717px;
	width: 300px;
	margin-left: 457px;
}
#box1 {
	float: left;
	height: 400px;
	width: 410px;
	margin-top: 55px;
	margin-left: 20px;
	overflow: auto;
}
#box2 {
	float: left;
	height: 155px;
	width: 415px;
	overflow: auto;
	margin-top: 65px;
	margin-left: 20px;
}
#box3 {
	float: right;
	height: 620px;
	width: 220px;
	margin-right: 58px;
	margin-top: 55px;
}
#box4 {
	float: left;
	height: 620px;
	width: 680px;
	margin-left: 20px;
	margin-top: 60px;
	overflow: auto;
}
#nav {
	height: 150px;
	width: 125px;
	float: left;
	margin-left: 75px;
	margin-top: 75px;
	overflow: visible;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 25px;
	width: 300px;
	margin-left: 375px;
}
#contact {
	font-size: 12px;
	color: #000000;
	float: right;
	height: 25px;
	width: 100px;
	margin-right: 60px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 1000px;
	z-index: 99;
	margin-top: 717px;
}
#nav2 {
	height: 150px;
	width: 125px;
	float: right;
	overflow: visible;
}
#content2 {
	height: 717px;
	width: 758px;
	background-image: url(images/pageContent.jpg);
	background-repeat: no-repeat;
	z-index: 11;
	float: right;
}
#content3 {
	height: 717px;
	width: 758px;
	background-image: url(images/content3.jpg);
	background-repeat: no-repeat;
	z-index: 11;
	float: right;
}
#footer2 {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 1000px;
}
