html
{
	background-color: #e5dcca;
}

body
{
	margin: 0px auto;
	width: 775px;
	font-size: 11px;
	font-family: Arial;
	background: url(./images/new/body-back.jpg) center repeat-y;
}

h1
{
	color: #3E595D;
	font-size: 16px;
}

h2
{
	color: #000;
	font-size: 14px;
	font-family: "Times", "Times New Roman", serif;
	font-variant: small-caps;
}

h3, h3 a.auction 
{
	color: #3E595D;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0px;
}

h3 a.auction 
{
	text-decoration: none;
}

h4, h4 a.auction
{
	margin-bottom: 5px;
	padding: 0px;
	color: #3E595D;
	font-weight: bold;
	text-decoration: none;
}

a
{
	color: #0000AA;
}

.auctext 
{
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}

#logo
{
	width: 775px;
	height: 89px;
	background: url(./images/new/logo.jpg) no-repeat;
	background-color: #e5dcca;
	padding-bottom: 10px;
}

#header
{
	width: 775px;
	height: 207px;
}

#menu
{
	margin: 0px;
	padding: 16px 0px 0px 39px;
}

#menu img
{
	display: block;
	border: 0px;
	cursor: pointer;
}

#outer_container
{
	width: 775px;
	background: url(./images/new/header.jpg) 0px 99px no-repeat;
}

#inner_container
{
	width: 775px;
	background: url(./images/new/footer.jpg) left bottom no-repeat;
}

#content
{
	padding-left: 30px;
	width: 745px;
}

#content_left
{
	width: 460px;
	background: url(./images/new/content-left-back.jpg) 155px repeat-y;
}

#content_top
{
	background-color: #FFF;
	padding-bottom: 20px;
	padding-right: 20px;
}

#content_top .left_col
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#content_bottom
{
	clear: left;
	width: 460px;
}

#content_bottom .left_col
{
	float: left;
	width: 150px;
	padding: 15px;
	padding-left: 0px;
}

#content_bottom .right_col
{
	width: 250px;
	padding: 15px;
	margin-left: 165px;
}

#content_right
{
	float: right;
	padding: 55px 15px 50px 10px;
	width: 253px;
	background: url(./images/new/content-right-back.jpg) 0px 46px no-repeat;
}

#content_right img
{
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	border: 0px;
}

#content_right li
{
	padding-bottom: 15px;
}

#footer
{
	clear: both;
	position: relative;
	width: 775px;
	height: 20px;
	padding-top: 30px;
	text-align: center;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover
{
	color: #CCC;
}

#footer .contact
{
	position: absolute;
	right: 90px;
	top: -30px;
	font-size: 13px;
	color: #FFF;
}

#footer .phone_numbers
{
	font-size: 14px;
	font-weight: bold;
}

#white_fill
{
	padding-top: 15px;
	height: 500px;
	text-align: center;
	color: #666;
	background-color: #e5dcca;
}

#white_fill a
{
	color: #47B1BF;
}

.quote
{
	font-style: italic;
	font-size: 13px;
}

.auction_list td
{
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid #777;
	vertical-align: top;
}

.auction_list td h3
{
	margin-top: 0px;
	padding-top: 0px;
}