body {
	background-image: url(../images/background.gif); 
	font-family:Corbel;
}

#main {
	background:white;
	margin-left: auto;
    margin-right: auto;
	width:800px;
	padding-top:10px;
	float:none; 
	overflow:hidden; 
	margin-top:10px;
}

#logo {
	float:left;
}

#homeImage {
	float:left;
	padding-top:10px;
	clear:right;
}

#topMenu {
	float: right;
	padding-right:75px;
	padding-top:15px;
	padding-bottom:10px;
	color:maroon;
}

#topMenu > a {
	text-decoration:none;	
}

#mainTop {
	float:none;
	clear:right;
}

#reservations {
	float:left;
	color:maroon;
	margin-top:20px;
	margin-left:20px;
	text-align:center;
	vertical-align:text-top;
}

#topLeft {
	float:left;
	width:33%;
	position:relative;
	padding-left:8px;
}

#imageGallery {
	float:left;
	margin-top:10px;
	clear:right;
}

.smallText {
	font-size:small;
}

.largeText {
	font-size:large;
}

#navigation {
	margin-left:15px;
	margin-top:10px;
	line-height:40px;
	text-decoration:none;
	float:left;
}

#navigation > li > a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration:none;
	color:maroon;
}

#mainSubtitle {
	margin-top:5px;
	float:left;
	width:485px;
	text-align:center;
	clear:right;
	height:35px;
	border-style:inset;
	border-width:medium;
	padding-bottom:10px;
}

#mainContent {
	float:left;
	padding-top:10px;
	width:740px;
	padding:20px;
	text-align:justify;
	overflow:hidden;
}

#footer {
	text-align:center;
	width:inherit;
	float:left;
	font-size:0.8em;
	padding:10px;
}

img {  
	border-style: none;
}

#myMap {
	float:left;
	padding-top:10px;
	clear:right;
	border-style:inset;
	border-width:medium;
	width:500px;
	height:480px;
}

#myMapContainer {
	width:500px;
	height:520px;
	float:left;
	text-align:center;
	font-style: italic; 
}

.mapCaption {
	width:180px;
	font-style:normal;
	text-align:center;
}

#navigation > ul {
	list-style-image: url(../images/arrow.png);
	line-height:1.3em;
}

#navigation > ul > li {
	line-height:1.5em;
}

#contact {
	color:maroon;
}

#contact:hover {
	text-decoration:underline;
	cursor:pointer;
}

.label {
	width:180px;
	display:block;
	float:left;	
}

.address {
	text-align:center;
	padding-right:30px;
}

#contact-form {
	margin-top: 15px;
}































