/* Style Sheet */
body {
	background-color: #FFF;
	background-image: url('../graphics/bg.png');
	background-repeat: repeat-x;
	margin-top: 10px;
	font-family: Arial;
	font-size: .9em;
	color: #333;
}

a {
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

img {
	border: none;
}

hr {
	clear:left;
}

#header {
	background-image: url('../graphics/header.png');
	background-repeat: no-repeat;
	width: 750px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	border: 1px solid black;
	border-width: 1px 1px 0 1px;
}

#header p {
	position: relative;
	bottom: 0;
	padding-right: 10px;
}

#copy {
	background-color: #FFF;
	width: 730px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	border: 1px solid black;
	border-width: 0 1px 1px 1px;
}

#metainfo {
	text-align: right;
	background-color: #333;
	width: 750px;
	margin: 0 -10px;
	clear: both;
}

#metainfo p {
	margin: 0;
}

#metainfo a {
	color: #999;
	font-size: .8em;
}

#metainfo a:hover {
	border-bottom: 1px dotted;
}

.bodyimages {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.roomimages {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	border: 1px solid black;
	clear: right;
}

.roomimages div {
	font-style: italic;
	color: #666;
	text-align: center;
	font-size: .8em;
}

.map script {
	text-align: center;
}