@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: medium solid #903;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(otherswirls.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.oneColFixCtrHdr #container #mainContent .sale {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #318EAF;
	text-align: center;
	border: thin solid #930;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #header {
	height: 362px;
}
.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 {
	width: 875px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	background-repeat: no-repeat;
	background-position: center center;
}
.address {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent .address a {
	color: #900;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #900;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #900;
}
.images {
	background-color: #009;
	padding: 3px;
	margin-bottom: 3px;
	border: 2px solid #900;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.captionhead {
	font-weight: bold;
	color: #900;
}
.bullets {
	list-style-position: inside;
	list-style-type: circle;
	font-size: 12px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(navback.jpg);
	background-repeat: repeat-x;
	height: 61px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}
.oneColFixCtrHdr #container #footer p a {
	color: #CCC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #container #header #navcontainer {
	background-image: url(navback.jpg);
	background-repeat: repeat-x;
	height: 61px;
	padding-left: 19px;
}
#scriptcontainer {
	float: left;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #header #navcontainer #scriptcontainer a {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent .sale a {
	font-weight: bold;
	color: #FFF;
}
