@charset "utf-8";
/* CSS Document */

body {
	background: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#C5B88F;
	text-align:center;
	margin:0;
	margin-top:0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #C5B88F;
	scrollbar-3dlight-color: #C5B88F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #F05002;
	scrollbar-arrow-color: #F05002;
	scrollbar-track-color: #000000;
}
a {
	color:#F05002;
	text-decoration:none;
}
a:hover {
	color:#F00;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	background: url(../images/midbg.png) no-repeat top center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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 */
	text-align:center;
}
div#page {
	padding-top: 0px;
	background: url("../images/bg.jpg") no-repeat top center;
}
div#content {
	padding-top: 0px;
	background: url("../images/mdbg.gif") no-repeat top center;
}
.bodycenter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#C5B88F;
	text-align:center;
}
.copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#8F4B23;
	letter-spacing:1px;
	text-align:center;
}
.hdr {
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-style:normal;
	letter-spacing:1px;
	color:#F00;
}
.smallwhit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
}
.mainframe {
	margin-top: 0px;
	margin-left: 15px;
	width: 541px;
	height: 300px;
	overflow: auto;
	text-align: left;
}
hr {
	color: #000;
	background-color: #000;
	border: 1px dotted #FFF;
	border-style: none none dotted;
}
