@CHARSET "ISO-8859-1";

* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #FFF;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	letter-spacing: 0.02em;
	text-align: center;
}


* em {
	color: #933;
	font-style: normal;
}

* a {
	outline: none;
	cursor: pointer;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #933;
}

a:hover {
	text-decoration: none;
	color: #39C;
}

ul { 
   list-style:none; 
   margin-left: 0px;
}

li {
	margin-left: 10px;
}

h1 {
	font-size: 21px;	
}

p {
	font-size: 11px;	
}

td {
	font-size: 11px;	
}

#container { 
	width: 852px; 
	margin: 0 auto;
	padding-top: 20px;
	z-index: 0;
	position: relative;
	line-height: 16px;
}

#header { 
	background: #FFF url(images/header_bg.gif) left top no-repeat;
	width: 852px;
	height: 80px;
	display: block;
}

.logo {
	position: absolute;
	height: 80px;
	width: 852px;
	left: 0;
	display: block;
}

#header a.logo_link {
	display: block;
}

#main {
	border: 1px solid darkred;
	margin-top: 30px;
}

#subnav {
	padding-top: 10px;
	width: 180px;
	float: left;
	text-align: left;
}

#topnav {
	color: #ffffff;
	background: #aaaaaa;
	padding: 5px;
	margin-top: 2px;
	text-align: left;
}



#content {

	margin-left: 180px;	
	padding: 10px;
	border-left: 1px solid darkred;
	
	heightOFF: auto !important;
	height: 2400px;
	min-height: 1200px;
	text-align: left;
}

#footer {
	background: #aaaaaa;	
}


.email {
	width: 61px;
	background: url(../images/nav/email.png) left 2px no-repeat;
}

/* Form */

#content h1 {
	line-height: 27px;	
}

#content form  {
	float: left;
	display: block;
	width: 400px;
}

#content form label {
	display: block;
	width: 100px;	
	float: left;
	margin-bottom: 5px;
}

#content form input, #content form select {
	display: block;	
	width: 250px;
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 5px;
}

#content form input#submit { 
	width: auto;
	margin-top: 10px;
	color: #333333;
}


#content form input {
	font-family: Verdana;
	font-size: 11px;
	color: #39C;
	background-color: #ccffff;
	letter-spacing: 0.02em;
	outline:  none;
}

#content form input:focus {
	color: #006699;
	background-color: #ccffff;
}


#content table tr {
	padding: 0px;
	margin: 0px;
}

#content table td {
	vertical-align: top;
}

#content table .even {
	background-color: #dddddd;
}

#content table .odd {
	background-color: #eeeeee;
}

.guests ul {
	margin-bottom: 10px;	
}

.guests li {
	display: inline;	
}

.guests .name {
	width: 200px;	
}

#reservation {
	display: block;
	float: left;
	width: 640px;
	height: 300px;
}

