@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: #FF2400;
	background-image: url(pagephotos/bk.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	background-image: url(pagephotos/toplogo.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-top-width: thin;
	border-right-width: 4px;
	border-bottom-width: thin;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4AF37;
	border-right-color: #D4AF37;
	border-bottom-color: #D4AF37;
	border-left-color: #D4AF37;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D4AF37;
	background-color: #000;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 19px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 18px;
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 16px;
	color: #F00;
}

.oneColFixCtrHdr #footer {
	background-color: #BC1A01;
	background-image: url(pagephotos/bottomlogo.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #F00;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}.oneColFixCtrHdr #container #footer p a {
	color: #D4AF37;
}
.oneColFixCtrHdr #container #menulayer div {
	border-top-width: thin;
	border-right-width: 4px;
	border-bottom-width: thin;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4AF37;
	border-right-color: #D4AF37;
	border-bottom-color: #D4AF37;
	border-left-color: #D4AF37;
	height: 20px;
	padding: 8px;
	color: #F00;
	background-color: #000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
}
.oneColFixCtrHdr #container #menulayer div a {
	color: #C5B358;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
}
.oneColFixCtrHdr #container #mainContent blockquote p a {
	color: #F33;
}
.oneColFixCtrHdr #container #mainContent blockquote table tr td div strong {
	color: #F00;
	text-decoration: blink;
}
.oneColFixCtrHdr #container #mainContent blockquote h3 a {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent blockquote table tr td div a {
	color: #F00;
	font-size: 16px;
}
#mainContent ul li strong a {
	color: #F00;
}
#mainContent ul li a strong {
	color: #F00;
}

