@charset "utf-8";
body,html {
	background: #eae7e2 url('images/bg_video.jpg') no-repeat center top;
	margin: 10px;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size: small;
	/* intended value for better browsers */
	line-height: 20px;	
	color:#bba057;
}
.oneColFixCtrHdr #container {
	width: 480px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 100px;
}
.oneColFixCtrHdr #header {
	margin: 0 auto;
	padding: 55px 0px 0px 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	width: 480px;
	height: 320px;
	margin: 10px 0px 0px 0px;
	background-color: #eae7e2;
	background-position: center center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	height: 50px;
}
	
.footer_lft {
	width: auto;
	text-align: left;
	color: #000000;
	float: left;
	}

.footer_rt {
	width: auto;
	float: right;
	text-align: right;
}

a, a:visited, a:active, a:link {
	color:#000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	} 

