﻿@import url('screen_appearance.css');
/* css layout */
body {
	margin: 0;
	padding: 0;
	background-color: #666666;
}
#container {
	margin: 5px auto 5px auto;
	border: 10px outset #003300;
	clear: both;
	min-width: 600px;
	background-color: #FFFFFE;
	width: 955px;
	background-image: url('../images/bgnd.jpg');
}
#masthead {
	margin: 0px;
	min-width: 600px;
	background-image: url('../images/masthead_bgnd.jpg');
	height: 220px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #800000;
}
#top_nav {
	height: 20px;
	width: 955px;
	background-color: #422100;
}
#header {
	background-position: left;
	width: 955px;
	height: 200px;
	margin: 0px;
	background-repeat: no-repeat;
}
#left_col {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 160px;
	min-height: 800px;
}
#left_nav {
	margin: 8px auto 0px auto;
	width: 150px;
	padding: 0px;
	height: 240px;
	display: block;
}
#left_image_panel {
	margin: 0px auto 0px auto;
	display: block;
	width: 150px;
}
#right_col {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 160px;
	min-height: 800px;
}
#right_image_panel {
	margin: 0px auto 0px auto;
	width: 150px;
	display: block;
}
#page_content {
	padding: 0px;
	margin: 0px 156px 0px 156px;
	min-height: 800px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808080;
	color: #000000;	
}
#map {
	display: block;
	margin: 5px auto 5px auto;
	text-align: center;
}
#gallery_table {
	width: 86%;
	text-align: center;
	margin: 5px auto 5px auto;
	display: block;
}
#footer {
	padding: 5px;
	margin: 0px;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	font-size: .8em;
}
