/* Home CSS Document */

#home_images{
  float: left;
  width: 610px;
  height: 270px;
  padding: 10px;
  margin: 0px 0px 0px 15px;
  display: inline;
  background: url(../images/css/background_pageHeader.gif) no-repeat;
}

#bottom{
  float: left;
  width: 630px;
  padding: 10px 0px 15px;
  margin: 0px 0px 0px 15px;
  display: inline;
}

#features{
  float: left;
  width: 145px;
  height: 109px;
  padding: 7px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#blog{
  float: left;
  width: 268px;
  height: 109px;
  padding: 7px;
  margin: 0px 0px 0px 15px;
  display: inline;
  background: url(../images/css/background_blog.gif) no-repeat;
}

#featured_video{
  float: left;
  width: 145px;
  height: 109px;
  padding: 7px;
  margin: 0px 0px 0px 15px;
  display: inline;
  background: url(../images/css/background_features.gif) no-repeat;
}