body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #5C4036;
	height: 100%;
}

html {
	height: 100%;
}

div.surrounded {
	margin: 0 auto;
	width:900px;
	background-color: #FFFCDB;
	height:auto;
	min-height:100%;
	border-left-style: double;
	border-left-width: 3px;
	border-left-color: #686F4C;
	border-right-style: double;
	border-right-width: 3px;
	border-right-color: #686F4C;
	padding-bottom: 5px;
}

div.header {
	height: 80px;
	background-image:url("../images/header.png");
	background-repeat:no-repeat;
	position:relative;
}

#tabs {
	position: absolute;
	top: 51px;
	left: 260px;
	width: 630px;
	font-size: 14px;
}

#tabs ul {
	margin:0;
	padding:1px 1px 0 1px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C2816;
}

#tabs span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding: 6px 11px 4px 7px;
	color:#FFFCDB;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #A46610;
}

#current_tab span {
	color:black;
}

#xcurrent_tab {
	background-position:0% -42px;
}

#current_tab div {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFCDB !important;
	background-position:0% -42px;
}

#current_tab span {
	background-position:100% -42px;
}

div.main {
	width: 685px;
	text-align: left;
	margin: 0;
	padding: 6px;
	height: 100%;
	line-height: 20px;
}

div.main a, a.front_news {
	color: #265B80;
	text-decoration: none;
	border-bottom: 1px dotted #dbd5c5;
	}

div.main a:hover, a.front_news:hover {
	background-color: #faf4d1;
	color: #A46610;
	border-bottom: 1px solid #dbd5c5;
}

img.logo {
	border:none;
	margin-left:0;
	margin-top:4px;
}

h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 1em;
	text-align: left;
	margin-bottom:.75em;
	color: #004833;
	letter-spacing: 1pt;
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.05em;
	text-align: left;
	margin-top:.75em;
	margin-bottom:.5em;
	clear: both;
	letter-spacing: 0pt;
}

div.news_text {
	float:left;
	clear:both;
}

img.news_image_wrap, img.news_image_nowrap {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: solid 1px silver;
	padding: 5px;
	background-color: white;
}

img.news_image_nowrap {
	float: none;
}

div.error {
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	padding: .5em;
}

td {
	vertical-align:top;
}

div.gallery_thumbs {
	text-align:left;
	clear:both;
	background-color: #201818;
	border-color: #201818;
	border-style: solid;
	border-width: 4px 0 0 0;
	padding-left: 5px;
	width: 645px;
	margin-left:18px;
	padding-top:8px;
	background-image:url('../images/film-border.png');
	background-repeat: repeat-x;
}

div.gallery_thumbs_trim {
	background-color: #201818;
	height: 12px;
	line-height: 12px;
	width: 650px;
	margin-left:18px;
	background-image:url('../images/film-border.png');
	background-repeat: repeat-x;
}

div.gallery_thumbs img {
	margin:1px;
	border:none;
	border: 3px solid #201818;
}

div.gallery_thumbs a {
	border: none !important;
	background-color: inherit !important;
}

div.gallery_thumbs a:hover img {
	border: 3px solid white;
}

div.sidebar {
	width: 185px;
	text-align:right;
	margin:57px 5px 5px 0;
	font-size:1em;
	font-weight: normal;
}

ul.sidebar {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.sidebar li a {
	color: #686742 !important;
	text-decoration:none;
	padding: 6px;
	display:block !important;
}

ul.sidebar li a:hover {
	color: #A46610 !important;
	background-color: #faf4d1;
}

#selected_sidebar {
	color: #A46610 !important;
	padding: 6px;
	background-color: #f1e6bd;
}

span.news_date {
	font-size: small;
	font-style: oblique;
	color: gray;
}

div.logout {
	position:absolute;
	top:10px;
	left:595px;
	width: 300px;
	text-align: right;
	font-size:small;
}

div.logout div {
	display: inline;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #FFFCDB;
	opacity: 0.80;
}

#lightbox a {
	border:none;
}

