@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #7E786A;
}
.gallery {
	float: left;
	border: 3px double #7E786A;
	margin: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #000000;
}

.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 65px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #7E786A;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	margin: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
}



.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	color: #615B52;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 10pt;
	text-align: right;
	margin-right: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.ctv {
	color: #333333;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	margin-top: 20px;
}
.current {
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.nav  {
	background-color: #000000;
	background-image: url(../images/right-edge.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: -2px;
}
h2 {
	font-size: 12px;
	color: #7E786A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: 1px;
	padding-left: 10px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	padding-right: 35px;
	text-align: right;
	line-height: 25px;
	margin-bottom: -2px;
}
h3 a {
	color: #000000;
	text-decoration: none;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration: overline;
}


h2 a {
	color: #7E786A;
	text-decoration: none;
}
h2 a:hover {
	color: #FFFFFF;
}
.galleryBlank {
	float: left;
	margin: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #7E786A;
	border: 3px double #7E786A;
}
.galleryB {
	float: left;
	border: 3px double #7E786A;
	background-color: #000000;
	padding: 3px;
	margin-top: 5px;
	margin-right: 110px;
	margin-bottom: 5px;
	margin-left: 110px;
}

