body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a {
	color: #7a1501;
}
p {
	line-height: 20px;
	margin: 12px 0px;
}
h1 {
	color: #7a1501;
	font-size: 22px;
	margin-top: 0px;
}
h1.auction_title {
	font-size: 26px;
	color: black;
	margin-bottom: 0px;
}
h1 a { text-decoration: none; }
h1 a:hover { text-decoration: underline; }
h2 {

}
h3 {

}
h4 {
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
}
h4 a {
	color: black;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
	color: #7a1501;
}
#left_col h4 {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
	margin-right: 10px;
}
h4.auction_date {
	margin-top: 0px;
}

/* Blog style */

.blog_shortpost {
    margin-top: 15px;
    border-bottom: 1px solid #bfbfbf;
}

.blog_shortpost h2, .blog_firstpost h2 {
    line-height: 20px;
    margin: 5px 0 8px 0;
}

.blogclear {
    clear: both;
    border-bottom: 1px solid #bfbfbf;
}



