body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  padding:0px;
  margin:0px;
  background-image:url(../images/background.jpg);
  text-align:center;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
p{
	text-align:left;
	margin:10px;
	padding:0px;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.floatleft{
	float:left;
	width:49%;
	margin:30px 0px 10px 0px;
}
.clearboth{
	clear:both;
}
ol {
	text-align:left;
	padding:0px 30px;
	line-height:1.5em;
}
#content h1 {
	font-size:100%;
	font-style:italic;
	font-weight:bold;
	color:#990000;
}
#guestbook{
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	width:40%;
	height:400px;
	font-size:70%;
}
#wrapper {
	margin:0px auto;
	padding:0px;
	width:750px;
}

#header {
	margin:0px;
	padding:0px;
	background-color:#B8A498;
	background-image:url(../images/banner.bmp);
	background-repeat:no-repeat;
	height:70px;
}
#content {
	background-color:#FFF9CC;
	/*background-image:url(../images/emboss.gif);*/
	background-repeat:no-repeat;
	background-position:left top;
	height:458px;
	width:575px;
	margin:0px;
	padding:0px;
	float:right;
	font-size:80%;
}
#sidebar {
	margin:0px;
	padding:0px;
	background-image:url(../images/sidebar.bmp);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#BD6D35;
	width:175px;
	height:458px;
	float:left;
}
#sidebar p a{
	color:#336600;
	font-family:"Times New Roman", Times, serif;
}
#menu {
	margin:0px;
	padding:0px;
	height:26px;
	background-repeat:no-repeat;
	border-top: 2px solid #990000;
	border-bottom:2px solid #990000;
}
#footer {
	margin:0px;
	padding:0px;
	clear:both;
	font:bold 70% Georgia, "Times New Roman", Times, serif;
	color:#666600;
	background-color:#D9AD00;
	text-align:center;
	border-top: 2px solid #990000;
	border-bottom:2px solid #990000;
	}
#footer p {
	margin:0px;
	padding:6px;
}
#footer a{
	color:#666600;
}
#spa h1{
	background-image:url(../images/etiquette.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	width:181px;
	margin:10px;
}
#spa h1 span{display:none;}
#thankyou {
	background-image:url(../images/emboss.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:458px;
	width:575px;
}
#thankyou h1{
	background-image:url(../images/thankyou.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	height:51px;
	width:154px;
	margin:10px;
}
#thankyou h1 span{display:none;}
#faq {
	background-image:url(../images/emboss.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:458px;
	width:575px;
	text-align:left;
	overflow:scroll;
}
#faq h1{
	background-image:url(../images/faq.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	width:396px;
	margin:10px;
}
#faq h1 span{display:none;}
#faq h2 {
	font:bold 120% Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-style:italic;
	margin:10px;
}
#faq ul {
	padding: 0px;
	margin: 20px;
	background-color:transparent;
	list-style-type:none;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
#faq ul li {
	padding:0;
	margin:0;
}

#faq ul li a {
	color:#000000;
	display:block;
	padding:4px 0px 6px 4px;
	text-decoration:none;
	height:1%;
}

#faq ul li a:hover {
	color:#990000;
	font-weight:bold;
}
.red{
	color:#990000;
}
