body {
	background-color: #222222;
	color: #FFFFFF;
	width: 100%;
	min-height: 100%;
	height: auto;
	text-align: center;
	margin: 0px;
	font: normal 100% Helvetica, Arial, sans-serif; 
}
#full-screen-background-image {  
z-index: -999;  
min-height: 100%;  
min-width: 1024px;  
width: 100%;  
height: auto;  
position: fixed;  
top: 0;  
left: 0;}
#headerSection{
	min-width: 100%;
	min-height: 150px;
	background: url(../images/main_background.png);
}
#mainSection{
	min-width: 100%;
	min-height: 300px;
	margin-top: 2px;
	
}
#footerSection{
	min-width: 100%;
	min-height: 50px;
}
.innerSection {
	margin: auto; 
	width: 900px;
}
#slideshowSection{
	min-width: 100%;
	min-height: 50px;
	
}
#menu 
{
	background-position: bottom;
}
#menu td
{
    background-color: #333333;
	border: solid 1px #333333;
	padding: 12px 15px 12px 15px;
	margin: 0 1px 0 1px;
	width: 180px;
	text-align: center;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menu a
{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
#menu td:hover 
{
	background-color:#FFFFFF;
}
#menu td:hover > a
{
    color: #333333;
}

*html #menu td a:hover /* IE6 */
{
    color: #333333;
	background-color: #FFFFFF;
}
#reservations{
	text-transform: uppercase;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	color: #FFFFFF;
}
#logoSection{
	vertical-align: middle; 
	width: 250px; 
	height: 150px; 
	text-align: left;
}
#mainInfoSection{
	margin-top: 2px; 
	width: 900px; 
	text-align: left;
}
#mainInfoMatterSection{
	width: 570px;
	background: url(../images/main_background.png);
	margin: 3px;
}
#mainInfoFormSection{
	vertical-align: top; 
	text-align: right;
	margin: 10px;
	background: url(../images/main_background.png);
	padding: 3px;
}
h1 {
	width: 95%;
	border: double 1px #ffffff;
	padding: 12px 10px 12px 10px;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 1.2em;
	color: #eeeeee;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h3 {
	width: 95%;
	padding: 12px 10px 12px 10px;
	font-size: 1em;
	color: #eeeeee;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
p {
	font-size: 0.75em;
	color: #eeeeee;
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.form-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	
}
.form-inputs {
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}