*{margin:0; padding:0}

html, html body
{
	height:100%;
	font-family: Verdana, Arial, Helvetica;
}

body
{
	font-family: Arial, Helvetica, 'Sans Serif';
	font-size:1em;
	background:white;

}

#head_bar
{
	width:100%;
	background:black url(/img/funhouse/img/top_logo.gif) 30px 10px no-repeat;
	height:40px;
}

#head_bar a
{
	color:white;
	text-decoration:none;
	font-weight:bold;
	float:right;
	font-size:12px;
	margin-top:10px;
	background: url(/img/funhouse/img/return-to-main-btn.gif) top no-repeat;
	display: inline;
	height:22px;
	width:200px;
}

#head_bar a:hover
{
	background-position: bottom;
}

#head_bar a span
{
	display:none;
}

#navigation
{
	width:700px;
	margin:5px auto 0 auto;
}

#navigation ul
{
	text-align:center;
	list-style:none;
	height:100px;
	width:700px;
	margin:0 auto;
	clear:both;
}

#navigation li
{
	float:left;
	font-weight:bold;
	font-size:12px;
	margin: 5px 8px;
	display: inline;
}

#navigation li a
{
	color:#d36c00;
	width:100px;
	height:100px;
	text-decoration:none;
	display:block;
}


#hallwayNav a { background: url(/img/funhouse/img/nav_button_hallway.jpg) bottom center no-repeat; }
#naturalNav a { background: url(/img/funhouse/img/nav_button_natural.jpg) bottom center no-repeat; }
#kidultNav  a { background: url(/img/funhouse/img/nav_button_kidult.jpg) bottom center no-repeat; }
#gothicNav  a { background: url(/img/funhouse/img/nav_button_gothic.jpg) bottom center no-repeat; }
#bedroomNav a { background: url(/img/funhouse/img/nav_button_bedroom.jpg) bottom center no-repeat; }
#kidsNav    a { background: url(/img/funhouse/img/nav_button_kids.jpg) bottom center no-repeat; }



#navigation li a span
{
	display:block;
	height:12px;
}

#hallwayNav a span { background: url(/img/funhouse/img/label-hallway.gif) top center no-repeat; }
#naturalNav a span { background: url(/img/funhouse/img/label-natural.gif) top center no-repeat; }
#kidultNav  a span { background: url(/img/funhouse/img/label-kidult.gif) top center no-repeat; }
#gothicNav  a span { background: url(/img/funhouse/img/label-gothic.gif) top center no-repeat; }
#bedroomNav a span { background: url(/img/funhouse/img/label-bedroom.gif) top center no-repeat; }
#kidsNav    a span { background: url(/img/funhouse/img/label-kids.gif) top center no-repeat; }

#hallwayNav a:hover span { background: url(/img/funhouse/img/label-hallway.gif) bottom center no-repeat; }
#naturalNav a:hover span { background: url(/img/funhouse/img/label-natural.gif) bottom center no-repeat; }
#kidultNav  a:hover span { background: url(/img/funhouse/img/label-kidult.gif) bottom center no-repeat; }
#gothicNav  a:hover span { background: url(/img/funhouse/img/label-gothic.gif) bottom center no-repeat; }
#bedroomNav a:hover span { background: url(/img/funhouse/img/label-bedroom.gif) bottom center no-repeat; }
#kidsNav    a:hover span { background: url(/img/funhouse/img/label-kids.gif) bottom center no-repeat; }

#navigation li a span span, #navigation li a:hover span span
{
	display:none;
}

#funhome_link
{
	display:block;
	position: relative;
	top:-60px;
	left:-200px;
	width:200px;
}

#funhome_link a
{
	background: url(/img/funhouse/img/return-to-front-btn.gif) top center no-repeat;
	height:22px;
	width:200px;
	display:block;
}

#funhome_link a:hover
{
	background-position:bottom;
}

#funhome_link a span
{
	display:none
}

h1
{
	display:block;
	margin-bottom:30px;
}

h1 span
{
	display:none;
}

p
{
	font-size:14px;
	line-height:19px;
	margin-bottom:20px;
}

p.intro
{
	font-weight:bold;
}

#foot
{
	width:100%;
	margin-top:50px;
}

#foot div
{
	background:#e7e7e7 url(/img/funhouse/img/foot_logo.gif) 15px 10px no-repeat;
	margin: 0 30px 30px 30px;
}

#foot div div
{
	margin:0;
	background:url(/img/funhouse/img/foot_left.gif) top left no-repeat;
}

#foot_links
{
	background:url(/img/funhouse/img/foot_right.gif) top right no-repeat;
	height:35px;
	list-style:none;

}

#foot_links li
{
	float:right;
	font-size:10px;
	margin: 11px 0px;
	display: inline;
}

#foot_links li a
{
	color:#737373;
	border-left:1px solid #666666;
	text-decoration:none;
	padding:0 6px;
}

#foot_links li a:hover
{
	text-decoration:underline;
}

#foot_links li a.last
{
	border: 0;
}



#content
{
	
	width: 100%;
	background:#282828;
}

#content div
{
	width:700px;
	background:white url(/img/funhouse/img/content_grad_bot.gif) bottom repeat-x;
	margin:0 auto;
	padding:30px 50px;
}