html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
	overflow-x: hidden;
}
html {
	background: #978981;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow-x: hidden;
	background: url(../images/html_background.jpg) repeat;
}
.fineprint { color: 000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
img {
	border: none;
}
#container {
	width: 800px;
	height: 700px;
	margin: auto;
	position: relative;
	top: 20px;
	background: #FFFFFF url(../images/background.jpg) repeat-y;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 238px;
}
#top_photo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 619px;
	height: 265px;
}
#party {
	position: absolute;
	top: 17px;
	right: 17px;
	width: 167px;
	height: 245px;
	z-index: 10;
}
#pattern {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 165px;
	height: 111px;
	background: url(../images/pattern.gif) no-repeat;
}
#green_promo {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 157px;
	height: 135px;
}
#green_promo a {
	color: #FFFFFF;
}
#orange_text {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 402px;
	height: 94px;
	background: url(../images/title_index.gif) no-repeat;
}
#big_kids {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 236px;
	height: 47px;
	background: url(../images/title_big.gif) no-repeat;
}
#purple {
	position: absolute;
	top: 265px;
	left: 17px;
	width: 165px;
	height: 318px;
	background: #65278f; 
}
#orange {
	position: absolute;
	top: 265px;
	left: 185px;
	width: 427px;
	height: 318px;
	background: url(../images/orange.jpg) repeat-x; 
}
#green {
	position: absolute;
	top: 265px;
	right: 17px;
	width: 167px;
	height: 318px;
	background: url(../images/green_area.jpg) no-repeat; 
}
#home_content {
	padding: 80px 5px 20px 5px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#other_content {
	padding: 1px 10px 20px 10px;
}
#nav-container {
	width: 150px;
	height: 19px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font: 12px Tahoma;
	font-weight: bold;
	text-align: left;
	float: left;
}
#nav a, #nav a:visited {
	width: 150px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #fbbf4e;
}
#nav a:hover {
	color: #00a650;
}
.home a:hover, .home-current {background-image: url(../images/dimond_green.gif);}
.playground a:hover, .playground-current {background-image: url(../images/dimond_orange.gif);}
.cafe a:hover, .cafe-current {background-image: url(../images/dimond_green.gif);}
.kids a:hover, .kids-current {background-image: url(../images/dimond_orange.gif);}
.adult a:hover, .adult-current {background-image: url(../images/dimond_green.gif);}
.membership a:hover, .membership-current {background-image: url(../images/dimond_orange.gif);}
.house a:hover, .house-current {background-image: url(../images/dimond_green.gif);}
.contact a:hover, .contact-current {background-image: url(../images/dimond_orange.gif);}

.nav-space {margin-right:5px; vertical-align:middle;}
.h1, h1 {
	font: 14px Tahoma;
	color: #65278f;
	font-weight: bold;
}
.image { border: 1px solid #65278f; }
.image:hover { border: 1px solid #ffffff; }
#purple_dec {
	position: absolute;
	top: 295px;
	left: 0px;
	width: 165px;
	height: 111px;
	background: url(../images/pattern.gif) no-repeat;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 800px;
	height: 30px;
	text-align: right;
	background-color: #FFFFFF;
}
#footer_text {
	padding: 6px 20px 5px 10px;
}
.logo {
	margin: 0px 0px -4px 5px;
}