//html {
	scrollbar-face-color: #70C0C0;
	scrollbar-arrow-color: white;
	scrollbar-highlight-color: #CCCC99;
	scrollbar-shadow-color: #999900;
	scrollbar-3dlight-color: green;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
	background-color:  #E0E0E0;
	font-family: Arial, Helvetica, sans-serif
}

.sheet {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: #AD7942;
	text-align: center;
}

.detailsheet {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: #EEE;
	text-align: center
}

.titlebar, .detailtitle {
	text-align: center;
	margin: 4px;
	color: white;
	background-color:  #5D84C9;
	border: 3px solid white;
	font-size: 3.5em;
	font-family: Broad Avenue, Arial, Helvetica;
}

.detailtitle { margin-bottom: 10px }

.toppic {
	border: 3px outset #848A4A;
	margin: 4px;
	border-left-width: 6px;
	border-right-width: 6px;
	padding: 0;
	font-weight: bold;
}

.roombox {
	display: inline;
	float: left;
}

a.roombox, .roombox a, a.menubutton, .menubutton a {
	border: 2px solid #AFDAF7;
	color: black;
	background-color: #848A4A; 
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

a.roombox, .roombox a {
	width: 248px;
	display: block;
	margin: 2px;
	padding: 0;
}

a.roombox img, .roombox img { border: 0px none; }
a.roombox:link { color: black }
a.roombox:visited { color: #333333 }
a.roombox:hover { border-color: white; color:black; background-color: #C6AE84; }

.detailpage {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	color: black;
	background-color:  #AD7942;
	font-family: Arial, Helvetica, sans-serif
}

a.detailpic img, .detailpic img { border: 0px none; margin: 6px }
a.detailpic:link { border: 0px none; }
a.detailpic:hover, .detailpic a:hover img { border-color: white; }

.footer {
	border-top: 2px groove gray;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
	clear: both;
	text-align: center;
	font-size: 1.0em;
	font-family: Arial, Helvetica;
}

.menubutton {
	display: inline;
}

a.menubutton, .menubutton a {
	width: 248px;
	border-style: outset;
	display: inline;
	padding: 5px 20px;
	margin: 5px;
	color:black;
}

a.menubutton:active { border-color: white; border-style: inset; }
a.menubutton:hover { border-color: white; border-style: outset; background-color: #C6AE84; }