html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 90%; 
	text-align: center; 
	background-color: #33120A;
	font-family: Arial, Helvetica, sans-serif;
}
	
h1 {
	font-family: Tahoma, sans-serif;
	color: #38939B;
	font-size: 1.6em;
	font-weight: lighter;
	margin: 10px 0 0 0;
}
h2 {
	font-family: Tahoma, sans-serif;
	color: #38939B;
	font-size: 1.3em;
	font-weight: lighter;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #38939B;
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #33120A;
	font-size: 1em;
	line-height: 1.3em;
}

div.hr {
	background: url("images/spiral.png") 0 0 no-repeat;
	height: 26px;
	width: 26px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

a:link, a:visited {
	color: #38939B;
	text-decoration: underline;
}
a:hover, a:active {
	color: #38939B;
	text-decoration: none;
}

a img {
	border: 0;
	text-decoration: none;
}

#shadow {
	position: relative;
	height: 100%;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
	padding: 0px;
	background: url("images/bg_container.png") repeat-y;
	height: auto;
}

#shadow_booking {
	position: relative;
	height: 100%;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
	padding: 0px;
	height: auto;
	background-color: #FFF;
}

#container {
	position: relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto; 
	padding: 0px;
	text-align: left;
}

#logo {
	width: 225px;
	height: 264px;
	float: left;
}

#header {
	width: 514px;
	height: 265px;
	float: left;
}

#nav {
	float: left;
	width: 225px;
	height: 300px;
	margin: 0;
	padding: 0;
	background-color: #E1EDC3;
}

#nav img {
	margin: 0;
	text-decoration: none;
	vertical-align: top;
}

#nav a {
	margin: 0;
	vertical-align: top;
}

#content {
	width: 480px;
	height: auto;
	float: left;
	padding: 0;
	margin: 10px 10px 0 14px;
}

#content_booking {
	width: 720px;
	height: 540px;
	padding: 0;
	margin: 30px 10px 0 15px;
	clear: both;
	background-color: #FFF;
}

#footer {
	clear: both;
	height: 20px;
	margin: 10px 5px 0 235px;
	border-top: 1px dotted #333;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 3px;
	padding: 0;
}

.error {
	font-family: Verdana, sans-serif;	
	font-size: .9em;
	font-weight: bold;	
	color: #FF0000;
	margin-bottom: 0;
}
.success {
	font-family: Verdana, sans-serif;	
	font-size: .9em;
	font-weight: bold;	
	color: #00CC00;
	margin-bottom: 0;
}
