/* Home CSS Document */

#home_images{
  float: left;
  width: 846px;
  height: 200px;
  background: url(../images/css/background_homeImages.gif) no-repeat;
}

#left{
  float: left;
  width: 550px;
}

#welcome{
  float: left;
  width: 550px;
  height: 160px;
  margin: 5px 0px 0px;
  background: url(../images/css/background_welcome.gif) no-repeat;
}

#welcome .links{
  float: left;
  color: #C88B11;
  width: 530px;
  padding: 0px 10px;
  margin: 119px 0px 0px;
  font: 13px Georgia, "Times New Roman", Times, serif;
}

#welcome .links a{
  color: #C88B11;
}

#features{
  float: left;
  width: 540px;
  height: 190px;
  padding: 5px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#web_network{
  float: right;
  width: 282px;
  margin: 5px 0px 0px;
}