﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	background: #c7c5b8;
	overflow-x:hidden;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 670px;
}	

#left {
	background: url('../siteart/left.jpg') repeat-y;
	width:5px;
}

#right {
	background: url('../siteart/right.jpg') repeat-y;
	width:5px;
}

#middle {
	background: white;
}

#nav {
	text-align: right;
	background: #eaecee url('../siteart/nav-bkg.jpg') no-repeat top;
	padding: 45px 12px 40px 12px;
	vertical-align: bottom;
}

#nav a{
	text-decoration:none;
	color: #333333;
}

#nav a:hover{
	text-decoration:underline;
	color: black;
}


#bluebox {
	text-align:right;
	color: white;
	padding: 20px 12px 20px 12px;
	font-size: 12px;
	height: 100%;
}

#rightbox {
	vertical-align:top;
	background:#1961b1 url('../siteart/blue.jpg') no-repeat bottom;
}

#rightbox-g {
	vertical-align:top;
	background:#eaecee;
}


.bluebold {
	color: #184b84;
	font-weight: bold;
}

.smalltext {
	font-size:12px;
}

.listingcaption {
	font-size:11px;
	width:160px;
				
				
}

.headline {
	color: #da0303;
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
	width:100%;
	display:block;
}

.auctionLink {
	display: block;
	font-weight: bold;
	text-align:center;
	padding: 15px;
	font-size: 16px;
}

a.auctionLink:link {
	color: #da0303;
	text-decoration:underline;
}
a.auctionLink:active {
	color: #da0303;
	text-decoration:underline;
}
a.auctionLink:visited {
	color: #da0303;
	text-decoration:underline;
}
a.auctionLink:hover {
	color: #184b84;
}


hr {
	height: 1px;
	width: 130px;
	margin: 7px 0px;
	color: #d5d7d8;
	background: #d5d7d8;
	border:0px;
}

a.email:active, a.email:visited, a.email:link {
	text-decoration:underline; 
	color:#FFFFFF;
}

a.email:hover {
	text-decoration:underline;
	color:#FFFFFF;
}