@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../Images/BKG.jpg);
	background-repeat:inherit;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1024px;  
	height:768;
	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. */
}
.oneColFixCtrHdr #bkgContainer {
	 z-index:0; 
	 position:absolute;
	 top:0px;
}
.oneColFixCtrHdr #headerImage {
	position:absolute;
	top:0px;
	z-index:1;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; 
	background: #FFFFFF;
}
.menuContainerOver {
	
	position:absolute; 
	top: 0px;
	height:300px;
	
}
.menuContainerOut {
	
	position:absolute; 
	top: 0px;
	height:300px;
}
.oneColFixCtrHdr #linkBar {
	z-index:2; 
	position:absolute; 
	top: 235px;
	margin-left:610px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	
}


.oneColFixCtrHdr #redLine {
	z-index:1; 
	position:absolute; 
	top: 255px;
	width:1024px;
	height:3px;
	background-color:#FF0000;
}
.oneColFixCtrHdr #titleContainer {
	z-index:2; 
	position:absolute; 
	top: 325px;
	margin-left:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333333;
}
.oneColFixCtrHdr #bodyText {
	z-index:2; 
	position:absolute; 
	top:395px;
	margin-left:50px;
	width: 500px;  
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
}
.oneColFixCtrHdr #bodyImage {
	z-index:2;
	position:absolute;
	top: 340px;
	margin-left:610px;
}
.oneColFixCtrHdr #gallery {
	z-index:1;
	position:absolute;
	margin-left:112px;
	top:170px;
}
.oneColFixCtrHdr #logoHolder {
	z-index:3;
	position:absolute;
	top:25px;
	margin-left:25px;
	
	width: 0px;
}
.oneColFixCtrHdr #footer {
 	z-index:2; 
	position:absolute; 
	top:717px;
}
.oneColFixCtrHdr #footerText {
	z-index:3;
	position:absolute;
	top:725px;
	margin-left:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	left: 7px;
	width: 737px;
}
.oneColFixCtrHdr #footerCopyNotice {
 	z-index:3; 
	position:absolute; 
	top:742px;
	margin-left:370px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.oneColFixCtrHdr a:link { /* this defines unclicked, and clicked link properties */
	text-decoration: none; /* you can set this to underline, or none. */
	color:#333333; /* sets color, hexadecimal, right now it is black */
	border-style:none;
}
.oneColFixCtrHdr  a:visited { /* this defines unclicked, and clicked link properties */
	text-decoration: none; /* you can set this to underline, or none. */
	color:#333333; /* sets color, hexadecimal, right now it is black */
	border-style:none;
}
.oneColFixCtrHdr img { /* defines the css for the <img> tag */
	border: 0px; /* set border width to 0 pixels */
}
.oneColFixCtrHdr a.white{ /* this defines unclicked, and clicked link properties */
	text-decoration: none; /* you can set this to underline, or none. */
	color:#FFFFFF; /* sets color, hexadecimal, right now it is black */
	border-style:none;
}
