body {
	text-align: centrt;
	background: url(../assets/backGround.jpg) no-repeat;
}
#wrapper {
	margin: 50px auto auto;
	padding: 0px;
	height: 1200px;
	width: 1000px;
	background: #FFF;
	text-align: left;
	position: relative;
	border: 2px solid #FFF;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 1000px;
	position: absolute;
	background: #121B82;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	left: 0px;
	top: 1px;
	text-align: center;
}
#navBar {
	margin: 0px;
	padding: 3px 0px 3px 3px;
	height: 26px;
	width: 996px;
	left: 0px;
	top: 82px;
	position: absolute;
	background: #121B82;
	border-right: 0px none;
	border-left: 0px none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-align: center;
}
#leftNav {
	margin: 0px;
	padding: 0px;
	height: 181px;
	width: 245px;
	position: absolute;
	left: 12px;
	top: 140px;
}
