body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #0c191f;
	font-family: Arial, no-serif;
}
a img, img {
	border: 0px;
}
#overall {
	width: 100%;
}
#overall td {
	vertical-align: top;
}
#overall #layout_center {
	width: 900px;
}
#overall .layout_background {
	width: 100%;
	height: 100%;
}
#overall #layout_background_left_top, #overall #layout_background_right_top {
	background-image: url('/img/layout/background_top.png');
	background-repeat: repeat-x;
	height: 114px;
	width: auto;
}
#overall #layout_background_left_bottom, #overall #layout_background_right_bottom {
	width: auto;
}
#overall .fade {
	background-repeat: repeat-y;
	height: 100%;
	width: 29px;
}
#overall .filler {
	height: 100%;
}
#layout_background_left_bottom {
	height: 100%;
}
#overall #layout_background_left_top .fade {
	background-image: url('/img/layout/background_top_left.png');
	float: right;
}
#overall #layout_background_right_top .fade {
	background-image: url('/img/layout/background_top_right.png');
	float: left;
}
#overall #layout_background_left_bottom {
	background-image: url('/img/layout/background_side_left.png');
	background-repeat: repeat-y;
	background-position: right;
}
#overall #layout_background_right_bottom {
	background-image: url('/img/layout/background_side_right.png');
	background-repeat: repeat-y;
	background-position: left;
}
#center_content #nav {
	background-color: #19343d;
	height: 53px;
	vertical-align: bottom;
}
	#center_content #nav #nav2 {
		width: 100%;
		height: 52px;
		background-image: url('/img/layout/nav_back.png');
		background-repeat: repeat-x;
	}
	#center_content #nav #nav2 td {
		height: 52px;
		width: 120px;
		vertical-align: middle;
		text-align: center;
		color: white;
		font-weight: bold;
		font-size: 9pt;
	}
	#center_content #nav #nav2 .nav_div {
		background-image: url('/img/layout/nav_div.png');
		background-repeat: no-repeat;
		width: 3px;
	}
	#center_content #nav #nav2 #nav_left_cap {
		background-image: url('/img/layout/nav_cap_left.png');
		background-repeat: no-repeat;
		width: 8px;
	}
	#center_content #nav #nav2 #nav_right_cap {
		background-image: url('/img/layout/nav_cap_right.png');
		background-repeat: no-repeat;
		background-position: right;
		width: 8px;
	}
	#nav2 a {
		color: white;
		text-decoration: none;
	}
	#nav2 a:hover:before {
		content: "-";
	}
	#nav2 a:hover:after {
		content: "-";
	}
#center_content #body {
	background-color: #adadad;
}
#center_content #body2 {
	background-color: #d6d6d6;
	width: 884px;
	margin: 4px;
	padding: 4px;
}

.content_box {
	width: 880px;
	margin: 8px;
	padding: 0px;
}
.content_box td {
	padding: 0px;
}
.content_box .top {
	background-image: url('/img/layout/box_top.png');
	background-repeat: repeat-x;
	height: 8px;
}
.content_box .top_left {
	background-image: url('/img/layout/box_top_left.png');
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.content_box .top_right {
	background-image: url('/img/layout/box_top_right.png');
	background-repeat: no-repeat;
	height: 8px;
	width: 16px;
}
.content_box .left {
	background-image: url('/img/layout/box_left.png');
	background-repeat: repeat-y;
	width: 8px;
}
.content_box .right {
	background-image: url('/img/layout/box_right.png');
	background-repeat: repeat-y;
}
.content_box .bottom {
	background-image: url('/img/layout/box_bottom.png');
	background-repeat: repeat-x;
	height: 17px;
}
.content_box .bottom_left {
	background-image: url('/img/layout/box_bottom_left.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 8px;
}
.content_box .bottom_right {
	background-image: url('/img/layout/box_bottom_right.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 18px;
}
.content_alert {
	width: 880px;
	margin: 8px;
	padding: 0px;
}
.content_alert td {
	padding: 0px;
}
.content_alert .content {
	background-color: #1b2a2e;
	color: white;
	font-weight: bold;
	font-size: 9pt;
}
.content_alert .content b {
	color: #fbf94f;
}
.content_alert .top {
	background-image: url('/img/layout/alert_top.png');
	background-repeat: repeat-x;
	height: 8px;
}
.content_alert .top_left {
	background-image: url('/img/layout/alert_top_left.png');
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.content_alert .top_right {
	background-image: url('/img/layout/alert_top_right.png');
	background-repeat: no-repeat;
	height: 8px;
	width: 16px;
}
.content_alert .left {
	background-image: url('/img/layout/alert_left.png');
	background-repeat: repeat-y;
	width: 8px;
}
.content_alert .right {
	background-image: url('/img/layout/alert_right.png');
	background-repeat: repeat-y;
}
.content_alert .bottom {
	background-image: url('/img/layout/alert_bottom.png');
	background-repeat: repeat-x;
	height: 17px;
}
.content_alert .bottom_left {
	background-image: url('/img/layout/alert_bottom_left.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 8px;
}
.content_alert .bottom_right {
	background-image: url('/img/layout/alert_bottom_right.png');
	background-repeat: no-repeat;
	height: 17px;
	width: 18px;
}

.crumbs {
	width: 100%;
	font-size: 9pt;
}
.crumbs a {
	color: #333;
	text-decoration: none;
	font-size: 10pt;
}
.gallery_box {
	display: table-cell;
	height: 150px;
	width: 150px;
	border: 1px solid gray;
	float: left;
	padding: 5px;
	text-align: center;
	margin: 10px;
}
#gallery {
	display: table;
	width: 100%;
}
