@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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f7941e;
}

a:link{
	color:#F09523;
}

a:visited{
	color:#666666;
}

a:hover{
	color:#F09523;
}



.oneColFixCtrHdr #container {
	width: 937px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f7941e;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0px;
}
.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: 0px;
	background-color: #f7941e;
	margin: 0px;
	background-image: url(../images/left-side-bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:494px;
}
.oneColFixCtrHdr #footer {
	background-color: #f7941e;
	font-size: 10px;
	color: #FFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
}
.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 */
}
.oneColFixCtrHdr #container #footer img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #footer a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header p {
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent #content {
	margin-left: 97px;
	background-color: #FFF;
	margin-right: 7px;
	padding: 5px;
	min-height:500px;
}
.oneColFixCtrHdr #container #header table tr td #navigation {
	background-color: #000;
	width: 500px;
}
#navigation img {
	padding-right: 8px;
	padding-left: 8px;
}
#left_column {
	margin-left: 10px;
	padding-right: 15px;
}
#right_column {
	float: right;
	width:300px;
	margin-right: 10px;
	margin-left: 20px;
}
.text_intro_graphic {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.intro_block {
	font-size: 14px;
}
h1 {
	font-size: 18px;
	color: #F09523;
}
#auction_box {
	background-image: url(../images/auction-box-bck.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	width:284px;
}
#auction_box_content {
	padding: 7px;
}
#auction_box ul {
	font-size: 12px;
	list-style-image: url(../images/orange-olive.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#auction_box_content ul li {
	margin-bottom: 5px;
}
.orange {
	color: #F09523;
}
h2 {
	font-size: 14px;
	color:#F09523;
	margin-bottom: 5px;
}
 ul {
	list-style-image: url(../images/orange-olive.png);
}
li{
	margin-bottom:5px;
}