/* basic elements */
#body {
	font: 10pt verdana;
}

#content {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border:none;
}

#content #title {
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.subtitle {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.subtitle a {
	text-decoration: none;
}

#nav_main_container {
	margin-top: 5px;
	border: 1px solid;
	border-top: 2px solid;
}

#nav_bottom_spacer {
	height: 5px;
}

#main {
	width: 792px;
	margin: 0px 3px 5px 3px;
}

#view {
	/* this is redone in JS, IE doesn't wanna work unless you set it here to start */
	padding: 5px;
	overflow: auto;
	text-align: left;
	display: none;
}

#map {
	width: 764px;
	height: 300px;
}

div .paragraph_container {
	margin: 5px 0px 5px 0px;
}

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

.image {
	margin: 3px;
    text-align: center;
    vertical-align: center;
    z-index: 2;
}

.image img {
    border: 1px solid black;
}

.right {
	float: right;
}

.left {
	float: left;
}

.image .caption {
	font-weight: bold;
	text-align: center;
}

#table_guestrooms td {
	margin-top: 100px;
}

#logos {
	text-align: center;
	padding-bottom: 10px;
}

#logos table {
	background-color: #FFFFFF;
	margin: auto;
}

.comments {
	padding-top: 10px;
}

.comments .comment {
	padding-top: 15px;
	font-style: italic;
}

.comments .commentor {
	text-align: right;
	padding: 5px 10px 0px 0px;
	font-weight: bold;
	font-style: normal;
}

