@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	line-height: normal;
	border: thick double #060;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #030;
	border-right-color: #0C0;
	border-bottom-color: #0C0;
	border-left-color: #030;
	padding: 5px;
}
.oneColFixCtrHdr #header {
	color: #FFF;
	background-image: url(images/header.jpg);
	background-color: #000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	font-size: 14px;
	font-family: fantasy;
	font-style: italic;
	border: thin double #000;
}
.oneColFixCtrHdr #header h1 {
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border: thick double #000;
	margin: 0;
	font-size: 14px;
	font-family: fantasy;
	font-style: italic;
	background-image: url(images/header.jpg);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	text-align: left;
	color: #000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #060;
	border-right-color: #030;
	border-bottom-color: #030;
	border-left-color: #060;
}
.oneColFixCtrHdr #footer {
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin ridge #060;
}
.oneColFixCtrHdr #footer p {
	font-size: 10px;
	border: thick groove #060;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.navbardetails {
	color: #FFF;
	background-color: #060;
	font-size: 80%;
	text-decoration: none;
	margin: 1px;
	border: thick ridge #060;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.oneColFixCtrHdr #container #mainContent p iframe {
	color: #060;
	background-color: #060;
	padding: 2px;
	border: thick solid #060;
}
.photocredits {
	font-size: 9px;
	color: #CCC;
	background-color: #FFF;
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent p .navbardetails a:hover {
	color: #FFF;
	background-color: #060;
	font-weight: bolder;
	text-decoration: underline overline;
	}

