#container {
	margin: 0 auto;
	width: 763px;
	background-image:url(/images/bg_container.gif);
	background-repeat:repeat-y;
}

#header {
	background: url(/images/bg_header_auctions.jpg) no-repeat;
	color: #fff;
	height: 94px;
	padding: 30px 0 0 150px;
	position: relative;
}

#header p {
	position: absolute;
	top: 20px;
	left: 660px;
	width: 190px;
	font-size: 12px;
}

#header p a {
	color: #fff;
	text-decoration: underline;
}

#header p a:hover {text-decoration: none;}

#header ul {
	position: absolute;
	left: 478px;
	top: 101px;
	width: 286px;
}

#header ul li {
	float: left;
	height: 23px;
}

#header ul li#about {
	background: url(/images/bg_tab_about.jpg) no-repeat;
	margin-right: 5px;
	width: 84px;
}
#header ul li#contact {
	background: url(/images/bg_tab_contact.jpg) no-repeat;
	margin-right: 5px;
	width: 107px;
}
#header ul li#home {
	background: url(/images/bg_tab_contact.jpg) no-repeat;
	width: 84px;
}


#header ul li a {
	color:#fff;
	display: block;
	line-height:23px;
	text-align: center;
}

#main #leftnav {
	background: #d4443b url(/images/bg_leftnav.jpg) no-repeat;
	float: left;
	min-height: 467px;
	padding: 10px 0 0 0;
	width: 199px;
}

* html #main #leftnav {height: 467px;}

#leftnav ul li {
	background: url(/images/bg_leftnav_div.png) bottom center no-repeat;
	padding: 8px 0 8px 20px;
	
}

* html #leftnav ul li {
	/*background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_leftnav_div.png', sizingMethod='scale');*/
	
}

#leftnav ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	
}

#main #content {
	float: right;
	padding: 30px;
	width: 504px;
}

#content h1 {
	color: #d8372d;
	font-size: 21px;
	font-weight: bold;
	line-height:25px;
}
#content ul, #content ol{
	margin: 10px 30px;
}
#content li{
	list-style:disc;
}


/* left menu */
.currItem {
	text-decoration: underline;
	font-style: italic;
}

/* equip sales menu */
.indent {
	padding-left:18px;
	width: 160px;
	list-style: circle;
}



/* sitemap */
ul#sitemap-list1, ul#sitemap-list2 {
	float: left;
	margin: 10px 0px;
	padding-left: 20px;
	width: 210px;
}

ul#sitemap-list1 {margin: 10px 10px;}

ul#sitemap-list1 ul, ul#sitemap-list2 ul {
margin: 5px 20px;
}
* html #content {
    padding:30px 0 30px 0 !important;
}