div.auction_home h1 {
		border:0px;;
		background-color:transparent;							
		margin:0px;
		padding:0px;
		color:#8b776c;	
		font-weight:normal;
		font-size:40px;								
		line-height:38px;
	}
	
	div.auction_home h2 {
		border:0px;
		color:#75c802;
		background-color:transparent;							
		margin:0px;
		padding:0px;
		font-size:20px;
		font-weight:normal;
		height:25px;
		line-height:16px;
	}
	
	div.auction_home a.button {
		background-image:url('../images/interface/home_bullet.png');
		background-repeat:no-repeat;
		background-position:left center;
		height:30px;
		margin:0px;
		padding:0px;
		display:block;
		line-height:30px;
		padding-left:28px;
		font-size:11px;
		font-weight:bold;
		color:#af5931;	
		text-decoration:none;	
	}
	
	div.auction_home a.button:hover {
		background-image:url('../images/interface/home_bullet.png');
		background-repeat:no-repeat;
		background-position:left center;
		text-decoration:none;
		height:30px;
		margin:0px;
		padding:0px;
		display:block;
		line-height:30px;
		padding-left:28px;
		font-size:11px;
		font-weight:bold;
		color:#df8961;		
	}
	
	div.auction_home p {
		border:0px;
		color:#4d4d4d;
		background-color:transparent;							
		margin:0px;
		margin-bottom:5px;
		padding:0px;
		font-size:12px;
		font-weight:normal;
		line-height:16px;		
	}
	
div.home_page_container {
	width:100%;clear:both;display:block;float:none;
}

div.new_site_launched {
		padding:10px;	
		padding-left:15px;		
		padding-right:15px;
		text-align:left;
		font-size:30px;
		width:270px;
		line-height:30px;
		color:#fff;
		font-weight:normal;
	}
	
	div.orange_box {	
		position:absolute;
		bottom:0px;
		padding:0px;
		background-color:#c44712;		
		padding-top:10px;
		padding-bottom:10px;
	}
	div.orange_box p {
		color:#fff;
		width:300px;
		font-size:12px;
		margin:0px;
		font-weight:bold;
		padding:0px;		
		margin-bottom:5px;
		line-height:16px;		
		text-align:center;
	}
	
	
 
div.home_page_image_container {
	clear:both;display:block;float:none;width:100%;
}

div.left_column { float:left;width:630px; }
div.right_column { float:right;width:310px; }

div.home_page_gavel_image {
	width:100%;
	height:240px;
	position:relative;
	background-image:url('../images/interface/gavel.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}