@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	
}
#main_content_wrapper {
	width:1000px;
}
#content {
	background: transparent url(images/grungebackground.jpg) no-repeat;
	width:654px;
	z-index:1;
	margin-left:346px;
	min-height:400px;
	line-height:17px;
}
#header {
}
#middle {
}
#footer {
}
#legallyhomeless {
	float:left;
}
#clear-float {
	clear:both;
}
#menu_items {
	height:36px;
}

#menu_items a {
	background: transparent url(images/menu.jpg) no-repeat;
	display:block;
	height:36px;
	float:left;
	text-decoration:none;
}
#menu_items a#home {
	width:57px
}
#menu_items a#home:hover {
	background-position:0 -36px;
}
#menu_items a#bio {
	width:45px;
	background-position:-57px 0;
}
#menu_items a#bio:hover {
	background-position:-57px -36px;
}
#menu_items a#tour {
	width:80px;
	background-position:-102px 0;
}
#menu_items a#tour:hover {
	background-position:-102px -36px;
}
#menu_items a#extras {
	width:79px;
	background-position:-182px 0;
}
#menu_items a#extras:hover {
	background-position:-182px -36px;
}
#menu_items a#store {
	width:71px;
	background-position:-261px 0;
}
#menu_items a#store:hover {
	background-position:-261px -36px;
}
#menu_items a#booking {
	width:89px;
	background-position:-332px 0
}
#menu_items a#booking:hover {
	background-position:-332px -36px;
}
#menu_items a#contact {
	width:110px;
	background-position:-421px 0;
}
#menu_items a#contact:hover {
	background-position:-421px -36px;
}

#main_text {
padding:10px 20px;

}

p {
	margin-top:0px;
}


a {color:#00CCFF; text-decoration:none:}

a:hover {text-decoration:underline}

.demo {
	width: 100px;
	height: 75px;
	text-align: center;
	float: left;
}
.demo img {
	border: 5px solid #EEEEEE;
	margin: 0 5px;
	padding: 5px;
}
.demo1 {
	width: 75px;
	height: 100px;
	text-align: center;
	float: left;
}
.demo1 img {
	border: 5px solid #EEEEEE;
	margin: 0 5px;
	padding: 5px;
}
