/* CSS Document */

body{
	background-color: #e8efdd;
	margin: 0px;
	padding:0px;
	background-image: url(/images/DE/SiteDesign_v1_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
}
.Mainheader{
	height: 100px;
}
#MainNav{
	width: 410px;
	padding-top: 75px;
	text-align:right;
}
#MainNav h3{
	display:inline;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 10px;
}
#MainNav h3 a{
	text-decoration: none;
	color: #003300;
}
#MainNav h3 a:hover{
	text-decoration: underline;
}



.Main{
	margin-left: 30px;
}
h1, h2{
	color: #88885E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
h1{
	margin-bottom: 20px;
}
h2{
	border-bottom: solid 1px #88885E;
	font-size: 20px;
	width: 380px;
	margin-bottom:10px;
}
h3{
	color: #484800;
	font-size: 12px;
	margin: 0px;
	padding: 10px 0px 5px;
}
a{
	color: #660000;
}
a:hover{
	color: #CC0000;
}

.TextBlock p{
	margin:0px 0px 10px 20px;
}

p.more{
	font-weight: bold;
	clear:left;
}




/*****************************            AUCTIONS          */
.AuctionItem{
	float:left;
	width: 375px;
	height: 170px;
	padding-right: 10px;
}
.AuctionItem .thumb{
	width: 160px;
	height: 160px;
	float:left;
	text-align:center;
	margin-right: 15px;
}
.AuctionItem h3, .AuctionItem p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.AuctionItem h3{
	font-size:12px;
	margin-top: 15px;
}
.AuctionItem h3 a{
	text-decoration:none;
}
.AuctionItem .foot{
	clear:left;
}






.Mainfooter{
	clear:both;
	background-image: url(/images/DE/SiteDesign_v1_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 240px;
}
.Mainfooter #FooterBox1{
	padding: 200px 0px 0px 190px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.Mainfooter .copyright p{
	font-size:11px;
}