BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000000;
	text-align: center;
	background-image: url(../images/repeater.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	margin: 0px;
}

input {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;		
}


/* links */
A:link    { text-decoration:underline; color: #9B002F; }
A:visited { text-decoration:underline; color: #264229; }
A:active  { text-decoration:underline; color: #9B002F; }
A:hover   { text-decoration:underline; color: #333333; }
/* links */
 
.checkbox {
	border: 0px;
}

.content {
	padding: 5px 20px;
}

#clear {
	clear: both;
}

h3 {
	font-size: 110%;
}

#header {
	width: 750px;
	height: 184px;
	padding: 0px;
	margin: 0px;
} 

.forsale {
	background: #dddddd;
	border: 1px solid #333333;
	padding: 10px;
}

.forsale .sold_title {
	display: none;
}

#footer {
	width: 585px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/horizontal_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 80%;
}

.footer-menu li {
	border-right:1px dotted #AD544E;
	display:inline;
	padding-left:3px;
	padding-right:5px;
}

.footer-menu a:link, .footer-menu a:visited, .footer-menu a:active, .footer-menu a:hover {
	color: #9B002F;
	text-decoration: none;
}

.footerbottom, a:link.footerbottom, a:visited.footerbottom, a:active.footerbottom, a:hover.footerbottom {
	color: #AAA575;
	text-decoration: none;
}

#leftcolumn {
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0px;
}

.line {
	border: 1px dotted #93002F;
	border-bottom: 1px solid #eeeeee;
}

.lot_num {
	text-align: center;
	width: 50px;
}

.lot_price {
	text-align: right;
	width: 75px;
	color: #A9444A;
}

#lots {
	width: 100%;
	background: #A9444A;
}

#lots th {
	color: #FFFFFF;
	background: #A9444A;
	padding: 3px;
}

#lots td {
	background: #FFFFFF;
	padding: 3px;
}

#lots tr.sold_lot td {
	background: #CF4D58;
	padding: 3px;
	color: #FFFFFF;
}

#menu {
	/* position: relative; */
	float:left;
	padding: 0px;
	width:165px;
	margin-top: 10px;
}

.menu_level_0 {
	/* 'Level 0' is the main menu that is always visible */
	display: block;
	margin: 0;
	padding: 0;
}

.menu_level_0 a {
	background: url("/images/menu.gif");
	display: block;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-indent: -30000px;
	width:165px;
}

.menu_level_0 li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}


li.menu_1 a { background-position: 0px 0px; }
li.menu_1 a:hover { background-position: -165px 0px; }

li.menu_2 a { background-position: 0px -22px; }
li.menu_2 a:hover { background-position: -165px -22px; }

li.menu_3 a { background-position: 0px -44px; }
li.menu_3 a:hover { background-position: -165px -44px; }

li.menu_4 a { background-position: 0px -66px; }
li.menu_4 a:hover { background-position: -165px -66px; }

li.menu_5 a { background-position: 0px -88px; }
li.menu_5 a:hover { background-position: -165px -88px; }

li.menu_6 a { background-position: 0px -110px; }
li.menu_6 a:hover { background-position: -165px -110px; }

li.menu_7 a { background-position: 0px -132px; }
li.menu_7 a:hover { background-position: -165px -132px; }

li.menu_8 a { background-position: 0px -154px; }
li.menu_8 a:hover { background-position: -165px -154px; }

li.menu_9 a { background-position: 0px -176px; }
li.menu_9 a:hover { background-position: -165px -176px; }

li.menu_10 a { background-position: 0px -198px; }
li.menu_10 a:hover { background-position: -165px -198px; }


.page_gallery img {
margin: 4px;
}
	
.page_gallery a img {
	border: 1px solid #000000;
}

.pic {
	border: 1px solid #333333;
}

#rightcolumn {
	width: 585px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.sold {
	background: #dddddd;
	border: 1px solid #9C032F;
	padding: 10px;
}

.sold_title {
	color: #990000;
	margin: 0em 0em 1em 0em;
}

.title {
	font-weight: bold;
}

#title {
	width: 750px;
	height: 31px;
}


#wrapper {
	width: 750px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	background-color: #eeeeee;
	background-image: url(../images/wrapper_repeater.jpg);
	background-repeat: repeat-y;
	
}