@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
#mainWrapper {
	margin: auto;
	width: 957px;
	border: 1px solid #4D4D4D;
	padding: 7px;
}
#header {
	background-color: #000000;
	background-image: url(../IMAGES/headerBG.gif);
	background-repeat: no-repeat;
	height: 119px;
	width: 957px;
	margin: 0px;
	padding: 0px;
}
#headerLogo {
	height: 60px;
	width: 396px;
	padding-top: 25px;
	padding-left: 30px;
	margin: 0px;
	float: left;

}
#top_links {
	float:right;
	width:450px;
	margin:91px 0px 0px;
	padding:0px 30px 0px 0px;
	text-align:right;
}
#navigation {
	width: 957px;
	height: 77px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contentWrapper {
	background-color: #E2E4E5;
	background-image: url(../IMAGES/mainContentBG.gif);
	background-repeat: no-repeat;
	width: 957px;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#contentWrapper #leftContent {
	float: left;
	padding-bottom: 10px;
	padding-left: 60px;
	position: absolute;
	z-index: 1;
}
#contentWrapper #rightContent {
	width: 625px;
	padding-left: 320px;
	position: relative;
}
#bottomArch {
	background-image: url(../IMAGES/bottomArch.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 957px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
#footer {
	margin: 0px;
	padding: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-left: 10px;

}
#copyright {
	margin: auto auto 60px;
	width: 957px;
	padding: 7px;
	color: #B3B3B3;
	font-size: 10px;
}
#copyright .bottomNav {
	float: right;
}
