﻿body {
	background-color: #FFF;
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 68.75%;
	/* aka 11px :) */
}
input, select, textarea, td {
	font-family: Tahoma,Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 1em;
}
li li, li p, blockquote p, td, input, select, th, td {
	font-size: 1em;
}
a img {
	border: none;
}
.centered {
	text-align: center;
}



#Wrapper {
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
}



#Menu {
	background: url(../images/bg_topmenu.gif) no-repeat;
	width: 750px;
	height: 28px;
}
#Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu ul li,
#Menu ul li a {
	float: left;
}
#Menu ul li a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	padding: 6px 16px 9px 16px;
	font-size: 11px;
	background: url(../images/bg_topmenuitem.gif) no-repeat top right;
}
#Menu ul li a:hover {
	text-decoration: none;
	color: #A7BFF3;
}



#Content {
	background: url(../images/bg_content.gif) no-repeat;
	min-height: 400px;
	width: 748px;
	padding: 0 1px 0 1px;
}
#Content #InnerContent {
	width: 718px;
	padding: 10px 15px 0 15px;
	font-size: 1.1em;
}
#Content #InnerContent p {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.6em;
}
#Content #InnerContent p a {
	color: #1658E0;
	font-weight: bold;
}
#Content #InnerContent p a:hover {
	color: #6C97F0;
}
#Content #InnerContent h2 {
	margin: 0;
	padding: 0;
	font-family: Dolly, Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 1.8em;
}
#Content #InnerContent p img.ContentRightImage {
	float: right;
	margin: 0 0 10px 10px;
}
#Breadcrums {
	background: url(../images/bg_breadcrums.gif) repeat-x;
	padding: 8px 0 10px 6px;
	border-bottom: solid 1px #D1D1D1;
	color: #333;
}
#Breadcrums a {
	color: #666;
	font-size: 1.1em;
	padding: 0 10px 0 10px;
}
#Breadcrums a:hover {
	color: #999;
}



#Footer {
	background: url(../images/bg_footer.gif) no-repeat;
	width: 730px;
	height: 28px;
	padding: 13px 0 0 20px;
	margin-bottom: 30px;
}
#Footer a {
	color: #000;
}
#Footer a:hover {
	color: #666;
}



#ContactForm fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#ContactForm fieldset legend {
	display: none;
}
#ContactForm fieldset div {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
#ContactForm fieldset div label,
#ContactForm fieldset div input,
#ContactForm fieldset div textarea {
	float: left;
}
#ContactForm fieldset div label {
	width: 100px;
	text-align: right;
	padding: 2px 10px 0 0;
	font-weight: bold;
}
#ContactForm fieldset div input {
	width: 200px;
}
#ContactForm fieldset div textarea {
	width: 400px;
	height: 140px;
}
#ContactForm fieldset div input#SubmitButton {
	width: 100px;
	font-weight: bold;
}




#ReservationForm fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border: none;
}
#ReservationForm fieldset legend {
	font-family: Dolly, Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 1.8em;
	padding-bottom: 6px;
}
#ReservationForm fieldset div {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
#ReservationForm fieldset div label,
#ReservationForm fieldset div input,
#ReservationForm fieldset div select,
#ReservationForm fieldset div textarea {
	float: left;
}
#ReservationForm fieldset div span {
	float: left;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 3px;
}
#ReservationForm fieldset div span a {
	font-weight: normal;
}
#ReservationForm fieldset div label,
#ReservationForm div label {
	width: 200px;
	text-align: right;
	padding: 2px 10px 0 0;
	font-weight: bold;
}
#ReservationForm fieldset div input {
	width: 200px;
}
#ReservationForm fieldset div select {
	width: 204px;
}
#ReservationForm fieldset div textarea {
	width: 400px;
	height: 140px;
}
#ReservationForm #ButtonHolder {
	padding: 0 0 40px 210px;
}
#ReservationForm div input#SubmitButton {
	width: 170px;
	font-weight: bold;
}