* {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 0;	
}
body, html {

}
a {
	color: #97419E;
	font-weight: bold;
}
#header  {
	background-color: #97419E;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1#text {
	position:absolute;
	top: -200px;
}
h1 {
	text-align:center;
}
#header-seperator {
	height:  6px;
	width: 100%;
	background-color: white;
	position: absolute;
	top: 145px;
	left:0;
}
#main {
	text-align: center;
	background-image: url(theme-park.gif);
	background-position:bottom;
	background-color: #9BF300;
	background-repeat:no-repeat;
	padding-bottom: 125px;
}
#content {
	width: 920px;
	margin: auto;
	padding-top: 7px;
	background: transparent url(main_bg.jpg) repeat-y center;
}


/** MENU LINKS **/
#navigation-seperator {
	height:  11px;
	width: 100%;
	background-color: #97419E;
	position: absolute;
	top: 150px;
	left:0;
}

#navigation {
	margin: auto;
}

#navigation a{
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
	background-repeat:no-repeat;
	background-position:bottom center;
	display: block;
	float: left;
	width: 130px;
	margin-left: 15px;
}
#home {
	background-image: url(nav-home.gif);
	margin-left: 0;
}

#prices{
	background-image:url(nav-prices.gif);
}
#navigation #parties {
	background-image: url(nav-parties.gif);
	padding-bottom: 9px;
	padding-top: 5px;
}
#navigation #playground {	
	background-image: url(nav-playground.gif);
}
#cafe {
	background-image: url(nav-cafe.gif);
}
#contact{
	background-image: url(nav-contact.gif);
}
/****************/
p {
	line-height: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;
}
h2{
	color: #97419E;
	clear: both;
	padding-top: 40px;

}
h3 {
	color: #00A0C0;
	font-weight: bold;
	margin-top: 20px;
}
h4 {
	margin-top: 1.5em;
	color: #00A0C0;
	background-image:url(dot.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 22px;
}
h5 {
	margin-top: 15px;
	color: #B0D8FF;
}
h5 a {
	padding: 0 10px;
}
#col1 {
	width: 45%;
	text-align: left;
	float: left;
	padding: 10px 20px 0px 20px;
	font-size: small;
}
#col1 p {
	
}
#col2 {
	width: 45%;
	float: right;
	text-align: left;
	padding: 10px 20px 0px 20px;
	font-size: small;
}	
#col2 ul, #col2 p, #col2 h3 {
	margin-left: 15%;
}
p.set {
	line-height: 1em;
	padding-left: 20px;
	font-weight: bold;
}
p.set span{
	font-weight: normal;
}
div.feature {
	background-color: #97419E;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 255px;
	margin-left: 20%;
	color: white;
	background-image:url(feature-corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.feature h3 {
	padding: 10px 15px 0px 15px;
	margin: 0;
	color: white;
}
div.feature p, #col2 div.feature p {
	line-height: 1em;
	padding: 15px;
	padding-top: 10px;
	background-image:url(feature-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	font-size: large;
	text-align: center;
	margin: 0;
}
div.feature p a {
	color: white;
	text-decoration: none;
}
div.promo {
	background-image:url(background-camo.gif);
	width: 350px;
	height: 243px;
	color: white;
	margin-top: 20px;
	margin-left: 10%;
	text-align: center;
}
div.promo h3, #col2 div.promo h3{
	padding: 10px;
	margin: 0;
	color: white;
	font-size: medium;
	font-weight: bolder;
}
div.promo p, #col2 div.promo p{
	line-height: 1em;
	padding: 15px;
	padding-top: 10px;
	font-size: small;
	text-align: center;
	margin: 0;
}
ul {
	margin: 25px 0;
	list-style-image:url(dot.gif);
}
ul.with-heading {
	margin: 0;
	margin-left: 20px;
}
li {
	margin: 5px;
}
ul ul {
	list-style-image:url(dot2.gif);
	margin: 0;
	margin-left: 5%;
}
p.food {
	font-size: large;
	color: #990066;
	font-weight: bold;
	background-color: #FFE8E8;
}
p.food img {
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	clear: both;
}