html, body {
	width: 100%; 
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
html {
	background: #AE2838 url(../images/background.gif) repeat;
	text-align: center;
}
#body { width:100%; height:100%; position:relative; background: url(../images/background2.gif) bottom left no-repeat; }
a { color: #B80E1F; text-decoration: none; }
a:hover { color: #57141C; }
a img { border: none; }
p { margin: 15px 0 15px 0; }
#container {
	width: 850px;
	height: auto;
	margin: auto;
	background: url(../images/background3.png) repeat;
	padding: 20px 0 20px 0;
}
#header {
	width: 810px;
	height: 100px;
	margin: 0 20px 0 20px;
	background: #0D0D0D url(../images/room81.gif) right no-repeat;
	text-align: left;
}
#content {
	margin: 0 20px 0 20px;
	padding: 10px 30px 20px 30px;
	background: #0D0D0D;
	font: 12px helvetica, arial;
	color: #CCCCCC;
	text-align: justify;
	line-height: 20px;
}
#content { width: 810px; }
#content td { padding-bottom: 20px; }
.left { width: 100px; padding-right: 30px; text-align: center; vertical-align: bottom; }
.center { margin: 0; padding: 0; }
.right { width: 100px; padding-left: 30px; vertical-align: bottom; }
h1 { font: bold 12px helvetica, arial; color: #B80E1F; text-transform:uppercase; }
ul { list-style: square; }
.photogalleryTable { margin-top: 20px; }
.photogalleryTable img {
	margin-right: 12px;
	border: 4px solid #333333;
}
.photogalleryTable img:hover { border: 4px solid #57141C; }
#map {
	width:480px;
	height:350px;
	border:4px solid #333333;
	color: #333333;
}
#contact td { padding: 0; }
.cat_textbox {
	width: 150px;
	height: 15px;
	margin:2px 0 2px 5px;
	padding: 3px;
	font: 12px helvetica, arial;
	color: #CCC;
	background: #000000;
	border: 1px solid #98232E;
}
.cat_textbox:hover { border: 1px solid #FFF; }
.cat_button {
	width: 76px;
	padding: 4px;
	font: bold 13px helvetica, arial;
	color: #FFFFFF;
	background: #98232E;
	border: none;
}
.cat_button:hover { background: #37040A; }
#footer {
	margin: 0 20px 0 20px;
	padding: 5px 30px 5px 0;
	background: #000000;
	font: 10px arial;
	color: #666666;
	text-align: right;
}
#footer a { color: #FFFFFF; }
#footer span { padding: 0 2px 0 2px; }
#footer span, #footer a:hover { color: #B50014; }
#mailing input { font: 12px helvetica, arial; }