/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c9b7a6 url(../img/layout/body_index.png) 0 0 repeat-x fixed;
	font-size: 62.5%;
	font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #202020;
}


p {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0;
	padding: 20px 184px 0 20px;
}

p.2 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0;
	padding: 20px 20px 0 20px;
}

a {
	color: #5b6a4f;
	text-decoration: none;
}

a:hover,a:visited:hover {
	color: #000;
	text-decoration: underline;
}

div#wrapper {
	position: relative;
	width: 721px;
	margin: 0 auto;
	background: #fff url(../img/layout/wrapper_index.png) 0 0 repeat-y;
}

div#header {
	width: 721px;
	height: 151px;
	margin: 0 auto;
	background: #fff url(../img/layout/header_index.png) 0 0 repeat-y;
}

div#top_container {
	position: relative;
	height: 288px;
}

div#navbox {
	position: absolute;
	z-index: 100;
	left: 23px;
	top: 0px;
	width: 190px;
	height: 269px;
	background: url(../img/nav/nav_index.png) 0 0 repeat-y;
}

div#moon_remainder {
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	height: 30px;
	background: #fff url(../img/nav/moon_remainder_index.png) 0 0 no-repeat;
}

html>body div#nav_bottom {
	position: absolute;
	width: 190px;
	height: 3px;
	top: 268px;
	left: 0;
	background: url(../img/nav/nav_bottom_index.png) left bottom no-repeat;
}

div#nav_bottom {
	position: absolute;
	width: 190px;
	height: 3px;
	top: 259px;
	left: 0;
	background: url(../img/nav/nav_bottom_index.png) left bottom no-repeat;
}

div#top_images {
	position: absolute;
	z-index: 50;
	right: 26px;
	background: url(../img/page/.jpg) 0 0 no-repeat;
	width: 461px;
	height: 271px;
}

div#content {
	position: relative;
	background: #fffefe url(../img/layout/hours.png) right 17px no-repeat;
	border: 1px solid #222;
	margin: 0 25px 0 23px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	text-align: left;
	padding: 0 0 20px 0;
}

div#content h1 span {
	color: #000;
	text-transform: uppercase;
}

div#footer {
	width: 721px;
	height: 18px;
	background: #fff url(../img/layout/footer_index.png) 0 0 no-repeat;
}

div#footer p {
	position: absolute;
	left: -666em;
}

div#copyright {
	text-align:center;
	margin: -3px 0 0 170px;
}

.center {text-align:center;}

ul {font-size: 1.2em;
	margin: 4px 0 0 50px;
	line-height: 1.3;
	list-style-type: circle;
	padding: 0px 0 10px 0;
	}

