@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #242424;
	background-image: url(../_img/ringgear.png);
	background-repeat: repeat;
	background-position: center center;
}
#mainContent ul {
	list-style-type: square;
}


.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0;
}
#header ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
	margin-top: 200px;
	background-image: url(../_img/navbar.png);
}
#header li {
	display: inline;
	margin: 0px;
	padding: 0px;

}
#header li a:link,#header li a:visited {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header li a:hover, #header li a:active {
	color: #C00;
	}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	cursor: default;
	color: #C00;
	}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
