* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#444;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #444;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#444;
	margin-bottom:-342px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:684px;
	width:100%;
	clear:left;
	background-color:#444;
}


div#header {
	text-align: center;
	height: 122px;
	background: #444;
}

div#middleback {
	height: 464px;
	background: #fff;
}

div#middle {
	height: 464px;
	width: 1152px;
	margin: auto;
	background: #fff;
}

div#left {
	width: 141px;
	height: 464px;
	float: left;
}
div#content {
	width: 870px;
	height: 464px;
	float: left;
}
div#right {
	width: 141px;
	height: 464px;
	float: left;
	text-align: right;
}

a {
	text-decoration: underline;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #888;
}

div#nav {
	height: 25px;
	width: 1152px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	z-index:  9999;
}

div#footer {
	height: 73px;
	background: #444;
}

div#footer a {
	color: #fff;
	text-decoration:none;
	text-transform: uppercase;
	margin: 20px;
}
div#footer a:hover, div#footer a:focus, div#footer a:active {
	color: #888;
}

div.col1, div.col2 {
	float: left;
	width: 425px;
	display: inline;
	height: 464px;

}

div.col1 {
	margin-right: 20px;
}

div.col1 ul li{
	margin: 0px;
}

div.colscroll{
	margin-right: 0px;
	float: left;
	width: 445px;
	display: inline;
	height: 464px;
}

div.fullscroll {
	margin-right: 0px;
	float: left;
	width: 870px;
	display: inline;
	height: 464px;
}

div.clear {
	clear: both;
}

h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
}

h2 {
	font-weight: bold;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

p.footnotes {
	font-size: 10px;
}

div#galnav {
	width: 425px;
}

div#galnav h2 {
	font-size: 15px;
	margin-bottom: 0px;
}

div#galnav a {
	text-decoration: none;
}

div.gallery h3 {
	font-weight: bold;
}

table#gallery {
	margin: 0px;
}

table#gallery td {
	width: 100px;
	height: 95px;
}

ul#whatsnew {
	width: 300px;
}

ul#whatsnew li {
	border-bottom: 1px solid #444;
	padding: 1px;
}

ul#whatsnew li a {
	text-decoration: none;
}

ul#areainfo {margin:20px 5px 10px 5px; padding:0; font-size:8pt;}
ul#areainfo li {margin:0 0 0 18px; padding:0; text-align:left;}
	ul#areainfo li.none {list-style:none; font-size:9pt; font-weight:bold;}

div#contactContainer {
	width: 870px;
	
}

table#contactTable td {
	height: 25px;
}

table#press {
	margin-top: 20px;
}

table#press td {
	text-align: center;
	font-size: 10px;
	height: 200px;
}

table#press td a {
	text-decoration: none;
}

div#rblock {
	height: 464px;
	position: absolute;
	right: 30px;
}