#lbHome{
	width: 580px;
	height: 400px;
	background-image: url(images/homeImage.jpg);
}

#lbHomeText{
	margin: 0 10px 5px 240px;
	padding: 20px 0 0 0;
	line-height: 110%;	
}

#homeSubText{
	margin: 20px;
	color: #333333;
}

#homeBestSellersTable{
	margin-left: 10px;
	width: 520px;
}

#homeBestSellersTable td{
	padding: 0 10px 0 10px;
}

.midLine{
	border-left: solid 1px #CCCCCC;
}

.homeImg{
	height: 125px;
}

#displayHomeBody{
	width: 580px;
	float: left;
	margin: 0;
	padding-bottom: 20px;
}