@charset "UTF-8";
body {
	font-family: Arial;
	font-size: 12px;
	background: #EBC3A0;
	background-image: url(../cmsimages/bg_b.jpg);
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px; 
	background: none;
	margin: 0 auto;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: none;
	height: 480px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	background: #BD7D5A;
	margin: 0px;
	padding: 0px;
	top: 480px;
	position: absolute;
	width: 800px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #BA8255;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	position: absolute;
	top: 1000px;
}
a:link {
	color: #BA8255;
}
a:visited {
	color: #BA8255;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000066;
}
.footer {
color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.footer a:active {
	color: #FF3300;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lucida Sans Unicode, Arial;
}
h1 {
	font-size: 18px;
	color: #471F04;
}
h2 {
	font-size: 16px;
	color: #471F04;
}
h3 {
	font-size: 14px;
	color: #BA8255;
}
