@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.oneColFixCtrHdr #container {
	width: 825px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
.table {
	color: #FFF;
	text-align: center;
	vertical-align: top;
	width: 820px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:visited {
	color: #F7DC22;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFE37E;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 297px;
	padding-top: 175;
	padding-bottom: 0;
	padding-left: 360px;
	background-image: url(head.jpg);
	background-position: center top;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #C4272D;
	padding-right: 0;
	padding-top: 178px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #FFFFFF;
	text-decoration: underline;
}
.h2 {
	font-weight: bold;
	color: #F5C718;
	font-size: 2em;
	border: thin none #FFFFFF;
}
#sale {
	background-color: #F5C718;
	padding: 2px;
	float: right;
	width: 200px;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	background-repeat: repeat-y;
	padding-top: 0;
	padding-bottom: 0;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container .mission #sale .salename {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #C1272B;
	margin-top: 5px;
}
.h3    {
	margin-left: 40px;
	line-height: .3em;
	font-size: 1em;
	text-indent: 150px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #F5C718;
	font-size: 1.25em;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 299px;
	padding-top: 10;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 50px;
	text-align: center;
	background-position: center bottom;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FCCD03;
}
.img     {
	margin-bottom: 3px;
	border: thin solid #C1282B;
	margin-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #picture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	width: 360px;
	padding: 4px;
}
.oneColFixCtrHdr #container #mainContent #picture br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.picturecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 2px;
}
.oneColFixCtrHdr #container #mainContent .picturecell .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1px;
}
.mission {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
	margin-left: 10px;
}
.oneColFixCtrHdr #container .mission #sale a {
	color: #990000;
	text-decoration: underline;
}
