body {
	background-color: #000000;
	color: white;
	font-family: "Bank Gothic", "Lucida Sans", Arial;
	font-size: 12px;
	font-weight: bold;
}

#shell {
	width: 1020px;
	padding: 10px;
	margin: 0px auto 0px auto;
}

/* MENU STYLS */

#menu_column {
	width: 200px;
	float: left;
}

#thumbnail_menu {
	float: left;
	width: 200px;
	/*border-top: 1px solid #999999;*/
	border-bottom: 1px solid #999999;
	color: #999999;
	cursor: pointer;
}

.thumbnail_menu_title {
	float: left;
	width: 100%;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #999999;
}

#title_for_slideshow {
	border-width: 0px;
	cursor: pointer;
}

.thumbnail_menu_panel {
	float: left;
	display: none;
	width: 186px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	padding: 5px;
	background-color: #333333;
}

.thumbnail_bg {
	float: left;
	height: 52px;
	width: 52px;
	margin: 4px;
	background-color: #000000;
	border: 1px solid #333333;
}

.thumbnail {
	display: block;
	height: 52px;
	width: 52px;
	opacity: 0.60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/* IMAGE VIEWER STYLES */

#image_viewer {
	float: right;
	width: 800px;
}

#image_viewer img {
	display: block;
}

#image_caption {
	color: #999999;
	margin: 2px 0px 10px 0px;
}

.image_caption_item {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	line-height: 1.0;
}

/* HEADER STYLES */

#header {
	float: left;
	width: 1000px;
	height: 50px;
	margin-bottom: 10px;
}

#header_left {
	float: left;
	width: 780px;
}

#header_right {
	float: left;
	width: 200px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.title {
	font-size: 24px;
}

#contact_menu_title {
	color: #999999;
	text-align: right;
	padding: 2px 0px 2px 0px;
	cursor: pointer;
}

#contact_menu {
	text-align: right;
	display: none;
}

.contact_menu_item {
	text-decoration: none;
	color: #999999;
	padding: 0px 0px 2px 0px;
	display: block;
}

/* FOOTER STYLES */

#footer {
	width: 200px;
	font-size: 10px;
	color: #555555;
	margin: 10px 0px 10px 0px;
	float: left;
}

#footer a {
	text-decoration: none;
	color: #555555;
}

#footer a:hover {
	color: #999999;
}

/* LOAD STATUS METERS */

#load_status_meter {
	float: left;
	width: 196px;
	height: 7px;
	border: 2px solid #999999;
	border-bottom: 1px solid #999999;
}

.load_status_meter_segment {
	float: left;
	width: 14px;
	height: 7px;
}
