@charset "UTF-8"; 
<!-- 
* {  padding:0px;
	margin:0px;
	}
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/mainBack3.jpg) top center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.hammerDown #container { 
	width: 850px;
	height:2700px;  
	background:url(../images/contentBack2.jpg) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.hammerDown #header { 
	background:url(../images/header1.jpg) no-repeat top center;
	height:270px;
} 
.title {
	padding-top:50px;
	padding-left:120px;
	}

.hammerDown #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.hammerDown #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
font:12px Verdana, Arial, Helvetica, sans-serif;
}
.hammerDown #sidebar1 h3 {
font:1.4em "Times New Roman", Times, serif;
	text-align:center;
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	margin-bottom:10px;
	color:#C73821;
}
.hammerDown #sidebar1 img{
	margin-top:15px;
	margin-left:22px;
	}
.hammerDown #mainContent {
	margin: 0 .5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.hammerDown #mainContent h4 {
	font-size:20px;
	text-align:center;
	margin-bottom:0px;
	text-decoration:underline;
	color:#7B5E49;
	}

.hammerDown #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.hammerDown #footer p {
font-size:10px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h3 {
font:1em "Times New Roman", Times, serif;
	color:#C73821;
}
.nav ul {
	margin-top:150px;
	}
.nav ul li{
	display:inline;
	}
.nav ul li {
	margin-left:80px;
	}
a {
	color:#FFFFFF;
	font:30px "Times New Roman", Times, serif;
	text-decoration:none;
	}
a:hover {
	color:#CCC;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*This area for fonts*/
#mainContent h1 {
font:2.5em "Times New Roman", Times, serif;
text-align:center;
color:#7b5e49;
padding-top:0px;
}
#mainContent p {
margin-top:20px;
text-align:justify;

}
#mainContent .auction{
margin-left:30px;
margin-right:30px;
margin-top:7px;
}
#footer .fssa {
margin-top:20px;
	float:right;
	}
.buyersPremium {
	font-size:20px;
	color:#FF0000;
	font-weight:800;
	margin-left:160px;
	}
--> <!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.hammerDown #sidebar1 { padding-top: 30px; }
.hammerDown #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
