body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background:url(../imgs/body_bg.gif);
	margin:0;
	padding:0;
	background-attachment:fixed;
	
	}
#wrapper {
	background:url(../imgs/leaves_bg.gif) top center no-repeat;
	
	
	}
#container {
	width:761px;
	margin:0 auto;
	
	}
#tiki_left, #main, #tiki_right {
	float:left;
	}
#tiki_left {
	width:121px;
	}
#tiki_right {
	width:112px;
	float:right;
	}

#main {
	width:528px;
	background:url(../imgs/canvas_bg.gif) top center;
	text-align:center;
	font-weight:bold;
	
	}

#header {
	height:248px;
	
	}
#content {
	background:url(../imgs/canvas_main_bg.gif) top center no-repeat;
	min-height:428px;
  	height:auto !important;
  	height:428px;
	text-align:center;
	}
	body.haunted #content {
		background:url(../imgs/canvas_main_bg_haunted.gif) top center no-repeat;
		min-height:428px;
	  	height:auto !important;
	  	height:428px;
		text-align:center;
		}
#footer {
	float:left;
	clear:both;
	}

tr.alt td {background-color:#DECB8C}
tr.alt2 td {background-color:#E6D292}

h1,h3 {
	padding-bottom:5px;
	margin-bottom:7px;
	color:#4D3113;
	font-size:18px;
	font-weight:bold;
	}
h1 {font-size:21px;}
.btmborder {
	border-bottom:1px solid #B08E4E;
	}
p {
	line-height:18px;
	}
td.details {
	font-size:12px;
	font-weight:normal;
	}
a {
	color:#4D3113;
	}
a:hover {
	color:#fff;
	}
input, textarea {
	background-color:#DDC06F;
	width:154px;
	padding:3px;
	border:1px solid #6B4215;
	font-weight:bold;
	}
textarea {
	font-weight:normal;
	width:340px;
	height:150px;
	}