@charset "utf-8";
html, body {
	background: #1c1e25;
	/*background-image:url(imgs/pagebg.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	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 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
}
.oneColFixCtr #container {
	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1c1e25;
	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 #navigation {
	height: 22px;
	/*border-top:solid;
	border-top-width:thin;
	border-top-color:#FFFFFF;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;
	background-color:#06070a;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
.oneColFixCtr #mainContent #navigation a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.oneColFixCtr #mainContent #navigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtr #mainContent #rotator {
	height: 212;
	/*border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;*/
}
.oneColFixCtr #mainContent #frontpagebottom {
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
}
.oneColFixCtr #mainContent #frontpagebottom #left {
	width:180px;
	float:left;
}
.oneColFixCtr #mainContent #frontpagebottom #right {
	width:500px;
	float:right;
	text-align:left;
}
.smalltext {
	font-size:9px;
}
.oneColFixCtr #mainContent #rotator #cp a:link {

	color:#FFFFFF;

}