@charset "windows-1252";

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffdead;
	background-image: url(images/bg_page.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center
}

a {
	color: #663300;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	text-decoration: underline
}

#container {
	width: 750px;
	vertical-align: top;
	margin-left: auto;
	margin-right:auto;
}

#titlebar {
	width: 750px;
	height: 275px;
	background-image: url(images/bg_title.jpg)
}

#menu {
	width: 750px;
	height: 30px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 30px;
	list-style: none
}

#menu ul li {
	display: inline
}

#menu ul li a {
	font: 12pt "Trebuchet MS";
	color: white;
	width: 105px;
	height: 30px;
	margin-left: 2px;
	margin-right: 2px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px
}

#menu ul li a:hover {
	background-color: #D1A94D;
	color: #663300;
	text-decoration: none;
}

#content {
	width: 750px;
	height: 100%;
	min-height: 400px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif
	color: black
}

#content p {
	text-indent:0px;
}

#content .column-single {
	width: 600px;
	border: 1px solid #F0D1A3;
	float: left;
	padding: 15px;
	margin: 10px;
	text-align: left;
	text-indent: 2em
}

#content .column-left {
	width: 270px;
	border: 1px solid #F0D1A3;
	float: left;
	margin: 10px;
	padding: 15px;
	text-align: left;
}

#content .column-right {
	width: 270px;
	border: 1px solid #F0D1A3;
	float: left;
	margin: 10px;
	padding: 15px;
	text-align: left;
}

#content .quote {
	font: 10pt Arial;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic
}

#content .column-img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 110px;
	width: 110px;
}

.picture {
	float: left;
	margin: 10px
}

.center {
	text-align: center;
	text-indent: 0
}

#thumbnails {
	padding: 5px;
	width: 600px;
	height: 100%;
	border: 1px solid #F0D1A3;
	float: left;
	margin-left: 25px;
	margin-top: 15px;
	font: 9pt Arial
}

#thumbnails img {
	height: 75px;
	width: 75px;
	border: none;
	margin: 5px;
	float: left
}

#footer {
	width: 99%;
	height: 25px;
	bottom: 0px;
	clear: both;
	position: static;
	background-color: #663300;
	border-top: 1px solid white;
	padding-top: 5px;
	font: 7pt Tahoma bold;
	color: white;
	overflow: visible
}

#footer a {
	color: white
}

#counter {
	float: right;
}

/*BEGIN Lightbox Style*/

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption {
	float: left;
	text-align: left;
	font: 12pt Arial
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px
}

#lightbox img {
	border: none;
	clear: both
}

#overlay img {
	border: none
}

#overlay {
	background-image: url(overlay.png)
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	
/*END Lightbox Style*/
