@charset "UTF-8";
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: #000000;
	font-size: 100%;
	background-color: #7E1001;
}
.oneColElsCtr #container {
	width: 1025px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 601px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #7E1001;
	background-image: url(assets/background.gif);
	background-repeat: no-repeat;
}
.oneColElsCtr #copyright {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #EABE92;
	margin-bottom: 50px;
}
.oneColElsCtr #copyright a:link {
	color: #EABE92;
	text-decoration: none;
}
.oneColElsCtr #copyright a:visited {
	color: #EABE92;
	text-decoration: none;
}
.oneColElsCtr #copyright a:hover {
	color: #420D00;
	text-decoration: none;
}
#navBar {
}
#rightSideBar {
	height: 504px;
	width: 107px;
}
