@charset "utf-8";
body,html {
	background: url(../images/bg_video.jpg) no-repeat center top #f1e9d4;
	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: 550px;
	margin: 0 auto;
	text-align: center;
}
.oneColFixCtrHdr #header { 
	margin: 0 auto;
	padding: 60px 0px 0px 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px;
	width: 550px;
	height: 399px;
	margin: 10px 0px 0px 0px;
	background-color: #f1e9d4;
	background-position: center center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	height: 50px;
}
	
.footer_lft {
	width: 300px;
	text-align: left;
	color: #000000;
	}

.footer_rt {
	width: 300px;
	float: right;
	text-align: right;
	}

a, a:visited, a:active, a:link {
	color:#000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	} 

