@charset "utf-8";
body  {
	background-image: url(Images/bg02.jpg);
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
	text-align: center;
	background-color: #ffffc0;
	padding: 0px;
} 
.oneColFixCtrHdr #header {
	text-align: center;
	background-color: #ffffc0;
	margin-top: 20px;
	margin-bottom: 20px;
} 
.oneColFixCtrHdr #header h1 {
	background-color: #ffffc0;
	text-align: center;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #000;
}
.oneColFixCtrHdr #navigation {
	background-color: #009;
	text-align: center;
	height: auto;
	padding: 5px;
	color: #FFF;
	width: auto;
}
.oneColFixCtrHdr #navigation a:link, #navigation a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.oneColFixCtrHdr #navigation a:hover {
	color: #FC0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #ffffc0;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	width: 900px;
	text-align: center;
} 
.oneColFixCtrHdr #footer {
	text-align: center;
	height: auto;
	width: auto;
	padding: 0px;
}  
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

