body {
	background-color: #0b0b0b;
	margin: 10px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: auto;
}
#container #header {
	text-align: center;
	width: 760px;
	z-index: 2;
	position: relative;
}
#wrapper, #content, #gallery {
	margin-top:-29px;
	height: 399px;
}
#controller {
	margin-top: -29px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#wrapper {
	background-color: #FFFFFF;
	float: left;
	width: 168px;
	background-image: url(../images/bottom_corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 420px;
}
#nav {
	margin-top: 0px;
	text-align: center;
	padding-left: 0px;
	background-image: url(../images/top_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
#nav a {
	font-family: "Monotype Corsiva", "Times New Roman";
	color: #000000;
	text-decoration: none;
	display: block;
	border-right-width: 0px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 20px;
	line-height: 7px;
	padding-bottom: 7px;
	background-position: bottom;
}
#nav a:hover {
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	/*float: left;*/
	width: 560px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	margin-top: -28px;
}
* html #content {
	padding: 8px 10px;
	height: 403px;
}

#content  h1, #content h2, #content h3 {
	font-family: "Monotype Corsiva", "Times New Roman";
	margin-top: 0px;
	padding-top: 0px;
}
#content  h1, #content h2 {
	margin: 0px;
	padding: 0px;
}
#content p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content a {
	font-weight: bold;
	color: #100000;
	text-decoration: underline;
}


#footer {
	color: #FFFFFF;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	font-family: "Monotype Corsiva", "Times New Roman";
	font-size: 20px;
	font-weight: lighter;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer img {
	padding-left: 45px;
	padding-right: 60px;
	float: left;
}
.announce {
	font-family: "Monotype Corsiva", "Times New Roman";
	font-size: 24px;
	color: #990000;
}
#map {
	height: 350px;
	width: 400px;
	border: 1px solid #0B0B0B;
}
#container #content #scroll {
	overflow: auto;
	position: absolute;
	height: 350px;
	width: 560px;
	left: 190px;
	top: 142px;
}
