div#left-main{
  float: left;
  width: 620px;
  border: 0px solid black;
}

div#left-main div#main-top-banner{
	width: 619px;
	margin-bottom: 10px;
}


div#left-main h1{
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  padding-left: 5px;  
}  

p.benefit-statement{
	width: 335px;
}


div#left-main div#small-banners img{
	margin: 0px;
	float: left;
	border:0;
	display: inline;

}

div#left-main div#small-banners img.first{
	margin-left: 0px;
	margin-right: 3px;

}

div#left-main div#small-banners img.last{
	margin-left: 2px;
	margin-right: 0px;
}

div#left-main img{
  margin-top: 0px;
  float: none;
}

/* =Home Page Content
----------------------------------------------- */
#homepage-product-boxes
{
	margin-top: 20px;
	width: 620px;

}

#homepage-product-boxes img
{
	float: none;

}

#homepage-product-boxes td
{
	width: 140px;
	text-align: center;
	line-height: 1em;
}

#homepage-product-boxes td a.product-name
{
	color: #59a0ce;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
}

#homepage-product-boxes td a.product-name:hover
{
	text-decoration: underline;
}

#homepage-product-boxes td.product-description
{
	font-weight: bold;
	font-size: 9px;
}

#homepage-product-boxes td.product-link
{
	padding-bottom: 20px;

}

