@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #41382d;
	background-image:url(imgs/page-bg.jpg);
	background-repeat:repeat-x;
	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: #FFFFFF;
	font-size:14px;
}
.oneColFixCtr #container {
	width: 1000px;  /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent #footer {
	width: 969px;
	height: 56px;
	background-image:url(imgs/footer-bg.png);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-left: 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFF;
	clear:both;
}
.oneColFixCtr #container #mainContent #navigation {
	position:absolute;
	margin-left:196px;
	margin-top:121px;
	width:799px;
	height:26px;
	z-index:100;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
}
.oneColFixCtr #container #mainContent #navigation a:link, #footer a:link {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #container #mainContent #navigation a:visited, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #container #mainContent #navigation a:hover, #footer a:hover {
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;
}
h1 {
	font-size: 20px;
	margin: 3px 3px 10px;
	padding: 3px;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
.oneColFixCtr #mainContent #bottompage {
	width=80%;
	margin-left:auto;
	margin-right:auto;
}
.oneColFixCtr #mainContent #bottompage #leftside {
	width: 650px;
	float: left;
}
.oneColFixCtr #mainContent #bottompage #rightside {
	width: 220px;
	border-left: thin solid color:#000;
	padding: 10px;
	font-size: 12px;
	float: right;
	background-color:#000;
}
.oneColFixCtr #mainContent #bottompage #rightside a:link, #leftside a:link {
	text-decoration: none;
	color:#FFF;
	cursor: pointer;
}
.oneColFixCtr #mainContent #bottompage #rightside a:visited, #leftside a:visited {
	text-decoration: none;
	color:#FFF;
	cursor: pointer;
}
.oneColFixCtr #mainContent #bottompage #rightside a:hover, #leftside a:hover {
	text-decoration: underline;
	color:#FFF;
	cursor: pointer;
}