@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
	background-color: #372009;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	border: solid #5C351D 1px;
	height: 298px;
}
.oneColFixCtrHdr #mainContent {
	background: #372009;
	margin: 0px 20px 0px 20px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 20px 10px;
	background-color: #221904;
	text-align: right;
	font-size: 10px;
	color: #D6CCAB;
	height: 25px;
	background-image: url(images/METAL.jpg);
}
.menu {
	height: 45px;
	margin-bottom: 10px;
	background-image: url(images/METAL.jpg);
}
.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 */
	background-color: #603;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6CCAB;
	font-style: normal;
	text-align: center;
	word-spacing: normal;
	padding: 20px 0px 20px 0px;
}
.picturetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #D6CCAB;
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
}

