body
{
  background-image: url(/assets/images/background_homepage.png);
  background-repeat: no-repeat;
  margin: 0px;
  }

#side_image
{
  position: absolute;
  top: 4px;
  left: 40px;
  width: 240px;
  height: 317px;
  }

#homepage_body
{
  position: absolute;
  width: 430px;
  left: 370px;
  border-top: solid 1px #000;
  padding-top: 5px;
  margin-top: 5px;
  }

.featured_area
{
  text-align: left;
  border-top: solid 1px #000;
  margin-top: 13px;
  padding-top: 13px;
  }

.featured_item_name
{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  }

.featured_item_description
{
  padding-bottom: 5px;
  }

#left_sidebar
{
  position: absolute;
  left: 40px;
  top: 4px;
  width: 240px;
  }

.image_link
{
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
  }

.address
{
  width: 550px;
  position: relative;
  right: 120px;

}