﻿* {
	margin: 0;
	padding: 0;
}

div {
/*	border: 1px dotted gray;  */
}

body {
	background-image: url(images/BodyBackground.png);
	font-family: Berlin Sans FB Demi, Arial, Helvetica, sans-serif;
}

div#footer {
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	margin: 0 auto;
}

div#content {
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	margin: 0 auto;
}

div#header {
	width: 750px;
	min-width: 750px;
	max-width: 750px;
	margin: 0 auto;
}

div#header {
	height: 150px;
	padding: 0px;
	background-color: black;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 5px solid rgb(181,166,0);
}

div#header-left {
	width: 30%;
	height: 150px;
	float: left;
	cursor: pointer;
}

div#header-middle {
	float: left;
	width: 30%;
	padding: 20px 0px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

div#header-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

div#header-middle li {
	line-height: 100%;
	margin: 5px 0px;
	width: 175px;
}

div#header-middle a:visited {
	color: white;
	padding: 2px 21px;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

div#header-middle a:link {
	color: white;
	padding: 2px 21px;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

div#header-middle a {
	color: white;
	padding: 2px 21px;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom: none;
}

div#header-middle a:active {
	color: rgb(181,166,0);
	background-color: black;
	padding: 1px 20px;
	border: 1px solid rgb(181,166,0);
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

div#header-middle a:hover {
	color: rgb(181,166,0);
	background-color: black;
	padding: 1px 20px;
	border: 1px solid rgb(181,166,0);
	opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
}

div#header-right {
	float: left;
	width: 40%;
	height: 150px;
	background-image: url(images/Header-Right.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}

div#content {
	clear: both;
	background-color: white;
	border-left: 5px solid rgb(181,166,0);
	border-right: 5px solid rgb(181,166,0);
	color: black;
}

div#content-left {
	width: 205px;
	float: left;
	margin: 10px;
	border-right: 1px solid rgb(181,166,0);
}

div#content-left img {
	border: 2px solid black;
}

div#content-right {
	width: 494px;
	float: left;
	margin: 10px 10px 10px 0px;
	text-align: left;
	font-size: 90%;
}

div#content-full {
	margin: 10px 10px 10px 10px;
	text-align: left;
	font-size: 90%;
}

div#content h1 {
	font-size: 190%;
	font-family: Garamond, 'Times New Roman', Times, serif;
	border-bottom: 2px solid rgb(181,166,0);
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

div#content h2 {
	font-size: 160%;
	font-family: Garamond, 'Times New Roman', Times, serif;
	border-bottom: 1px dashed rgb(181,166,0);
	margin: 1em 0em;
	font-weight: bold;
}

div#content h3 {
	font-size: 130%;
	margin: 0.5em 0em;
}

div#content h2 a:visited {
	text-decoration: none;
	color: black;
	border-bottom: none;
}


div#content h2 a:link {
	text-decoration: none;
	color: black;
	border-bottom: none;
}


div#content h2 a {
	text-decoration: none;
	color: black;
	border-bottom: none;
}


div#content p {
	line-height: 150%;
	margin: 1em 0em;
}

div#footer {
	clear: both;
	background-color: black;
	border: 5px solid rgb(181,166,0);
	color: rgb(181,166,0);
	font-size: 80%;
}

div#footer-left {
	width: 48%;
	float: left;
	margin: 5px;
}

div#footer-right {
	width: 48%;
	float: left;
	margin: 5px;
	text-align: right;
}

div#footer a:active {
	color: white;
	text-decoration: none;
}

div#footer a:link {
	color: white;
	text-decoration: none;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer a:active {
	text-decoration: underline;
	color: white;
}

div#footer a:hover {
	text-decoration: underline;
	color: white;
}

table {
	width: 100%;
	border: 0 border-collapse;
	
}

th {
	text-align: left;
	vertical-align: top;
	padding: 0.25em;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em;
}

table.twocolumn td {
	width: 50%;
}

blockquote {
	margin-left: 2em;
}

ul {
	margin-left: 2em;
}

li {
	margin: 0.5em; 0.25em;
}

a:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px rgb(181,166,0) dashed;
}

a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px rgb(181,166,0) dashed;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px rgb(181,166,0) dashed;
}

a:hover {
	border-bottom: 1px rgb(181,166,0) solid;
}

.menufooter {
	border-top: 1px solid gray;
	font-size: 60%;
	color: gray;
	text-align: center;
	padding: 0.5em;
}

input {
	width: 95%;
}

textarea {
	width: 95%;
}

div#content-right img, img.rightimage {
	border: 2px solid black;
	margin: 5px;
}

table#index img {
	border: 2px solid black;
	margin: 5px;
}

div#photoalbum img {
	border: 2px solid black;
	margin: 5px;
}

div#photoalbum p {
	text-align: center;
}

table#index {
	font-size: 120%;
	background-image: url(images/Front Background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

table#index td {
	height: 225px;
}


table.callout {
	float: right;
	width: 150px;
	background-image: url(images/BodyBackground.png);
	border: 2px solid rgb(181,166,0);
	font-size: 90%;
}

.nophotos img {
	display: none;
}