/* Home CSS Document */

#left{
  float: left;
  width: 504px;
  display: inline;
  margin-left: 8px;
}

#home_images{
  float: left;
  width: 500px;
  height: 240px;
  overflow: hidden;
  border: 2px solid #FBF7E9;
  border-bottom: none;
}

#welcome{
  float: left;
  width: 504px;
  background: url(../images/css/background_welcome.jpg) no-repeat;
}

#welcome_text{
  float: right;
  padding: 0px 20px 0px 54px;
}

#right{
  float: right;
  width: 230px;
  display: inline;
  margin-right: 8px;
}

#headlines{
  float: right;
  width: 230px;
  height: 212px;
}

#headlines .name{}

#headlines .scroll{
  width: 100%;
  height: 182px;
  overflow: auto;
}

#headlines ul{
  padding: 0px;
  margin: 0px;
  background: url(../images/css/background_headlines.jpg) no-repeat;
}

#headlines ul li{
  list-style: none;
  padding: 12px 0px 12px 10px;
  border-top: 2px solid #CDC694;
}

#headlines ul li a{
  font: 14px "Times New Roman", Times, serif;
  color: #4D0002;
  background: url(../images/css/bullet.gif) no-repeat 0px 1px;
  padding: 0px 0px 0px 20px;
  display: block;
  width: 180px;
}

#spotlight{
  float: right;
  width: 230px;
  height: 260px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#right .links{
  float: right;
  padding: 10px 8px 10px 0px;
}

#web_network{
  float: left;
  width: 740px;
  height: 70px;
  margin-left: 10px;
  background: url(../images/css/background_spotlight.gif) no-repeat;
}