@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;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #000;
	background-image: url(pagephotos/framesides.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	background-image: url(pagephotos/frametop.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 10px;
	color: #FDFFBE;
	text-align: center;
	font-size: 14px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	color: #99C;
	background-color: #000;
	background-image: url(pagephotos/framesides.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 14px;
}
#header p a {
	color: #AF9A5B;
	text-decoration: none;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #93C;
	padding-top: 20px;
	text-align: center;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.oneColFixCtrHdr #footer {
	color: #FFF;
	background-color: #000;
	background-image: url(pagephotos/framebottom.jpg);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	font-size: 12px;
}
#footer p a {
	color: #AF9B5E;
}

.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 */
}
#mainContent h3 {
	font-size: 16px;
	color: #AF9A5B;
	padding-top: 20px;
	padding-bottom: 0px;
}
#mainContent p a {
	color: #DCC06D;
}
h3 a {
	color: #AF9A5B;
}
