@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #460002;	
}

#page {
	margin: 0 auto;
	width: 800px;
	height: auto;
	background-color: #460002;
}

/** Header **/
#header {
	height: auto;
	background-color: #460002; 
}

#menu {
	height: 50px;
	background-color: #460002;
}

#dropDownMenus {
	position: relative;
	z-index: 1;
	width: 767px;
	height: 150px;
}

#dropDownMenus a:link {
	color: #FFF;
	text-decoration: none;
}

#dropDownMenus a:visited {
	color: #FFF;
	text-decoration: none;	
}

#dropDownMenus a:active {
	color: #FFF;
	text-decoration: none;	
}

#dropDownMenus a:hover {
	margin-top: -25px;
	color: #600;
	text-decoration: none;
	font-weight: bold;
}

#menuAboutUs {
	visibility: hidden;
	margin-top: -10px;
	margin-left: 16px;
	width: 181px;
	height: 150px;
	background-color: #000;
	font-family: Verdana;
	font-size: 12px;
	filter: alpha(opacity = "90");
	opacity: 0.9;
}

#menuReservations {
	visibility: hidden;
	margin-left: 197px;
	margin-top: -150px;
	width: 214px;
	height: 150px;
	background-color: #000;
	font-family: Verdana;
	font-size: 12px;
	filter: alpha(opacity = "90");
	opacity: 0.9;
}

#menuMenus {
	visibility: hidden;
	margin-left: 411px;
	margin-top: -150px;
	width: 178px;
	height: 150px;
	background-color: #000;
	font-family: Verdana;
	font-size: 12px;
	filter: alpha(opacity = "90");
	opacity: 0.9;
}

#menuFeatures {
	visibility: hidden;
	margin-left: 589px;
	margin-top: -150px;
	width: 194px;
	height: 150px;
	background-color: #000;
	font-family: Verdana;
	font-size: 12px;
	filter: alpha(opacity = "90");
	opacity: 0.9;
}

#topPictures {
	padding: 6px;
	width: 800;
	background: url('images/topPicturesBG.png');
}

/** Main Content **/
#content-index {
	margin-top: 10px;
	height: 367px;
	width: 800px;
	background: url('images/indexBG.jpg');
}

#content {
	margin-left: 10px;
	padding: 10px;
	height: auto;
	width: 760px;
	background-color: #FC9;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#content p {
	margin: 5px 0 5px 0;	
}

#content h1 {
	color: #600;
	font-size: 16px;
}

#content h2 {
	font-size: 14px;	
}

#content h3 {
	font-size: 12px;
	color: #600;
}

#content a:link, a:visited {
	color: #600;	
}

#content a:hover {
	font-weight: bold;	
}

.form {
	width: 250px;
	margin: 10px;
}
#content textarea {
	margin: 10px;
	width: 300px;
	height: 200px;
}

#content select {
	margin: 10px;	
}

#footer {
	height: 50px;
}

