#HomeLeft{
	width:570px;
	/*border:1px solid red;*/
	float:left;
}
	#HomeBrowseSearch{
		height:40px;
		text-align:center;
		background:#EDEDED;
	}

	#HomeFeatured{
		
	}

#HomeRight{
	width:390px;
	float:right;
	/*border:1px solid red;*/
	background:#EDEDED;
}

	#HomeRight h2{
		padding:5px;
		margin:0;
	}
	
	#HomeRecent{
		width:100%
	}
	
	#HomeRecent tr.odd{
		background:#f4f4f4;
	}

	#HomeRecent td{
		vertical-align: top;
		padding:5px;
		border-top:3px solid white;
	}
	
	#HomeRecent .nameAndAuthor{
		width: 190px;
		float:left;
	}
	
		#HomeRecent td h3{
			font-size:1.2em;
			font-weight:normal;
		}
	
	#HomeRecent td .price_display{
		text-align:right;
		width:56px;
		overflow:hidden;
		float:right;
	}
	
	#HomeRecent .addtocart{
		clear:both;
		text-align:right;
	}
