body {
	background-color: #000;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #b2f0fd;
	font-size: 12px;
}
#wrapper {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 208px;
	width: 1120px;
	background-image: url(images/HeaderAltImage.jpg);
}
#mainNav {
	background-image: url(images/menubgrnd.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 1120px;
}
#container {
	width: 1120px;
}
#containerTop {
	background-image: url(images/containerTopDble.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 1120px;
}
#containerCont {
	background-color: #091b40;
	width: 1000px;
	margin-right: 60px;
	margin-left: 60px;
}
#leftColumn {
	background-image: url(images/containerMidLft.jpg);
	background-repeat: repeat-y;
	width: 500px;
	float: left;
}
#rightColumn {
	width: 500px;
	background-image: url(images/containerMidRght.jpg);
	background-repeat: repeat-y;
	float: right;
}
#rightColumnBody {
	width: 440px;
	padding-right: 25px;
	padding-left: 25px;
}
#rightColumnFooter {
	background-image: url(images/containerBttmRght.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 500px;
}
#leftColumnBody {
	width: 440px;
	padding-right: 25px;
	padding-left: 25px;
}
#leftColumnFooter {
	background-image: url(images/containerBttmLft.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 26px;
}
#containerFooter {
	background-color: 091b40;
	height: 20px;
	width: 1000px;
	clear: both;
	font-size: 9px;
	text-align: center;
	padding-top: 4px;
	color: #6CB5D9;
}
#mainNavBtns {
	width: 1000px;
	margin-left: 60px;
	padding-left: 15px;
}
#rightColumnPlain {
	background-color: #091B40;
	background-image: none;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}