BODY {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #ffffcc;
	font-family: arial, sans-serif;
	color: #333300;
}

A:link, A:hover, A:visited {
	color: #630000;
}

A:hover {
	color: #b9925e;
}

IMG {
	border: none;
}

ABBR {
	border: none;
}

HR {
	border: none;
	border-bottom: 1px solid #bb965f;
}

DT {
	font-weight: bold;
	font-size: 1.2em;
}
DD {
	padding-top: 4px;
	padding-bottom: 8px;
}

.more {
	font-size: 0.8em;
	font-style: italic;
}

.float_right {
	float: right;
	clear: right;
	margin: 10px;
}

/* slideshow styles */

.room_slideshow {
	float: right;
	clear: right;
	width: 300px;
	height: 430px;
	margin: 10px;
	/*overflow: hidden;*/
}

.home_slideshow {
	float: right;
	width: 300px;
	height: 205px;
	margin: 10px;
}
.slideshow LI {
	list-style-type: none;
}

/* structural styles */

#left_nav {
	position: absolute;
	left: 0px;
	top: 185px;
	width: 200px;
	padding-left: 4px;
}

#left_nav UL {
	padding-left: 8px;
	margin-left: 14px;
}
#left_nav LI {
	font-size: 0.8em;
}

#body {
	padding-left: 216px;
	padding-top: 205px;
	width: 70%;
	min-height: 500px
}

#address {
	font-size: 0.8em;
	text-align: center;
}

#footer_address {
	font-size: 0.8em;
}

.org {
	font-weight: bold;
}

#header {
	padding-bottom: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 185px;
}

#logo {
	height: 167px;
	width: 205px;
	text-align: center;
	padding-left: 1px;
	padding-right: 2px;
	padding-top: 2px;
}

#header-photos {
	position: absolute;
	left: 205px;
	top: 0px;
	height: 167px;
	background-color: #b9925e;
	width: 100%;
	overflow: hidden;
}

#hline {
	position: absolute;
	left: 205px;
	top: 165px;
	background-image: url(images/line.png);
	background-repeat: repeat-x;
	height: 8px;
	width: 100%;
}

#vline {
	background-image: url(images/vline.png);
	background-repeat: repeat-y;
	position: absolute;
	left: 204px;
	top: 0px;
	width: 5px;
	height: 100%;
	z-index: 1;
}

#navigation {
	position: absolute;
	left: 214px;
	top: 175px;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation A:link, #navigation A:visited {
	text-decoration: none;
}
#navigation A:hover {
	text-decoration: underline;
}
