html {
   height: 100%;
}

body {
	text-align: left;   /* horizontal centering hack for IE */
	padding: 0px;           /* required to "hide" distance div */
	margin: 0px;            /* required to "hide" distance div */
	background-color: #000;
	font-family: "Helvetica";
	height: 100%;
	font-size: 14px;
	color: #414042;
	

}	

h1 {
	font-family: 'Oswald';
	font-size: 34px;
	margin: 0 0 15px 0;
}
.underline {text-decoration:underline;}

.clear {clear:both;}

.blue {color:#00B1E8;}
.darkGray {color:#4D4D4D;}
.bold {font-weight:bold; text-decoration: none; }

.size16 {font-size:14px;}
.size16 {font-size:16px;}
.size18 {font-size:18px;}
.size24 {font-size:24px;}

.right {
	float: right;
}
.imagePad {
	margin: 50px 0 0 0;
}
#header {
	width: 100%;
	height: 75px;
	background-image: url('/a/i/hdrbg.jpg');
	background-repeat: repeat-x;

}

#header a{
	font-family: 'Cinzel', serif;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	margin: 0 25px;
}
#links {
	width: 990px;
	margin: auto;
	padding-top: 25px;
	text-align: center;
}
#subheader {
	height: 46px;
	background-image: url('/a/i/subhdr.png');
	background-repeat: repeat-x;
	width: 100%;
	z-index: 10;
	position: absolute;
	
	
}
#subheader #text {
	width: 990px;
	margin: auto;
	color: #6D6E71;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;

}


#container {
	margin-top: 40px;
	position: absolute;
	width: 100%;
	min-height: 685px;
	z-index: 0;
	background: #000;
}

#contentIndex {
	margin: auto;
	width: 100%;
	z-index: 30;
	position: absolute;
	top: 30px;
	
}

#content {
	width: 990px;
	margin: auto;
	background: #fff;
	padding: 15px;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.contentLeft {
	float: left; width: 600px;
}

.input {
	width: 300px;
	height: 25px;
	font-size: 15px;
}

.slide{
    position:absolute;
    top:0;
    display: none;
    width:100%;
    height:100%;
    z-index: 5;
}

#gallery a{
	margin: 0px 10px;
}

#footer {
	width: 100%;
	background-color: #000;	
	z-index: 5;
	position: absolute;
	top: 800px;
	}

#footerContainer {
	margin: auto;
	width: 990px;
	padding: 20px 0;
	color: #8D8F92;
	font-size: 11px;
}

#footerLeft {
	float: left;
	width: 500px;
	
}

#footerRight {
	float: right;
	width: 220px;
}