#nav_area {
	margin-bottom: 10px;
}

#mention {
	border-width: 3px;
	border-style: solid;
	border-color: #C730C2;
	background-color: #970092;
	color: #FFFFFF;
	margin: 0 auto;
	width: 645px;
	font-size: 110%;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

/* General Formatting */
h3 {
	margin: 15px;
	text-align: center;
	font-size: 150%;
}

/* Result Set Navigation */
.result_set_wrapper {
	font-size: 80%;
	text-transform: uppercase;
}

.result_set_wrapper div {
	display: inline;
	margin: 0 8px;
}

.result_set_wrapper ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.result_set_wrapper li { display: inline; }

.currentpage
{
	font-size: 110%;
	font-weight: bold;
}

#imgsubimage_wrapper
{
	border: none;
}

#imgsubmap
{
	border: none;
}

#imgsubvideo
{
	border: none;
}

#image_wrapper {
	display: block;
}

#map {
	display: none;
	width: 600px;
	height: 500px;
	margin: 0 auto;
}

#video {
	display: none;
	width: 480px;
	height: 360px;
	margin: 0 auto;
}

#vidframe {
	width: 480px;
	height: 360px;
}

#vid_help a {
	display: block;
	width: 250px;
	color: black;
	background-color: inherit;
	font-size: 9pt;
}

/* Site Description */
#description {
	width: 730px;
	margin: 10px auto;
	font-weight: bold;
	text-align: left;
}

#column_wrapper {
	float: left;
	border: 1px #CCC solid;
}


#left_column,#right_column {
	float: left;
	width: 343px;
	padding: 10px;
}

#left_column {
	border-right: 1px #CCC solid;
}

#right_column {
	clear: right;
}

span.label { font-weight: normal; }

/* Site Comments */
#comments {
	float: left;
	clear: both;
	width: 686px;
	padding: 10px;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-left: 1px #CCC solid;
}

#comments span.label { display: block; }

#sub_nav_wrapper, #image_wrapper, #map, .result_set_wrapper { text-align: center; }