html, body {
	font: 1em calibri, Arial, Helvetica, sans-serif;
	background:#000000;
	margin: 0 auto;
	padding: 0;
	height: 100%
}
a:link {color:#cccccc}
a:visited {color:#cccccc}
a:hover {color:#f5f5f5}
a:active {color:#cccccc}
img { border:none}
.hidden {visibility:hidden; display:none}
p {color:#FFFFFF}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 100%
}
#header {
	position: relative;
	margin: 0 auto;
	height: 180px;
	width: 900px
}
#header_logo {
	position: relative;
	float: left;
	background: url(images/MBLogo2.png) no-repeat;
	width: 200px;
	height: 180px
}
#header_title {
	position: relative;
	float: right;
	margin-right: 50px;
	background: url(images/title.png) no-repeat;
	height: 180px;
	width: 600px;
}
#body {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: #000
}
#content {
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	z-index: 2
}
#body p {
	text-align: left; 
	padding: 30px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #707070;
	margin: 50px 0 0 40px
}
#map {padding: 30px 0 100px 100px}
#slideshow {
	position: relative;
	float: left;
	margin: 0 0 0 50px;
	width: 500px;
	height: 300px;
	background: #000000;
	z-index: -1
}
#nav {
	position: relative;
	float: left;
	clear: both;
	background: url(images/sidebar2.png) no-repeat;
	vertical-align: top;
	padding-top: 20px;
	width: 200px;
	text-align: center;
	z-index: 1
}
#nav ul {
	margin: 0 auto; 
	padding: 0;
	white-space: nowrap
}
#nav li {
	list-style: none;
	text-align: center;
	width: 200px;
	margin: 0 auto
}
#nav li a {
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background: url(images/linebreaksmall.png) no-repeat
}
#nav li a:hover {
	background: url(images/bgnavigation.png) repeat-x;
	color: #666666
}
#item {
	position: relative;
	width: 550px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	text-align: left;
	background: #101010
} 
#item img {
	position: relative;
	float: left;
	padding: 10px;
	color: #707070
}	
#item h4 {
	position: relative;
	float: left;
	width: 300px;
	margin: 50px 0 0 0;
	color: #909090;
	background: #202020
}
ul {
	text-align: center;
	margin-right: 20px;
	list-style: none;
	color: #909090
}
#hours_list ul {
	text-align: left;
	float: left
}
#footer {
	position: relative;
	background: url(images/footer.png) no-repeat;
	color: #FFF;
	font-size: .8em;
	line-height: 40px;
	margin: 0 50px 0 50px;
	width: 800px;
	height: 130px;
	padding-top: 30px;
	clear: both
}
.footer a {color: #808080;text-decoration:none}
.footer a:hover {color:#cccccc}
.footer p {text-align:center;color:#808080}