#homepage_content
{
  margin: 0px 80px 0px 175px;
  padding: 35px 0 0 0;
  width: 375px;
  position: relative;
  top: 0px;
  left: 0px;
}

#buttons
{
  float:right; 
  padding: 100px 80px 0 0px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 188px;
  height: 164px;
  list-style: none;
}
#buttons ul
{
	list-style-type: none;
}
#buttons ul a
{
	position: absolute;
	display: block;
	height: 54px;
	background-position: bottom;
	list-style-type: none;
}

#buttons ul a:hover
{
	background-position: top;
}
#buttons li
{
	list-style-type: none;
	padding-bottom: 20px;
	margin: 0;
}
#businesses
{
	width: 188px;
	height: 54px;
	background-image: url(../../template_files/imgs/button_bus.jpg);
	background-repeat: no-repeat;
}
#community
{
	margin-top: 54px;
	width: 188px;
	height: 54px;
	background-image: url(../../template_files/imgs/button_comm.jpg);
	background-repeat: no-repeat;
}

#individuals
{
	margin-top: 108px;
	width: 188px;
	height: 54px;
	background-image: url(../../template_files/imgs/button_indiv.jpg);
	background-repeat: no-repeat;
}

#lea_logo_background
{
  width: 366px;
  height: 287px;
  position:absolute;
  top: 0;
  right: 23px;
  /*background-image: url(../../template_files/imgs/lea_logo_background_white.gif);*/
}

#page_background
{
  background-image: url(../../template_files/imgs/page_background_white.jpg);
}

