@charset "utf-8";
html {
	background-color: #000;
	background-image: url(../Graphics/Background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../Graphics/bar.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-bottom: -5px;

	/*IE7*/
	*margin-bottom: 0px;
	_margin-bottom: -0px;
}
.oneColFixCtrHdr #navigation {
	height:50px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../Graphics/text_back.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.menu-divider {
	margin-right: 0px;
	margin-left: 0px;
}
.menu-item {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 30px;
}
a.menu-item:hover,a.menu-item:active {
	color:#999;
}
