#welcome{
  float: left;
  background: url(../images/css/background_welcome.jpg) no-repeat;
  width: 290px;
  height: 150px;
  margin: 15px 5px 0px 15px;
  display: inline;
  padding: 135px 5px 5px;
}

#welcome .scroll{
  float: left;
  font: 10px Arial, Helvetica, sans-serif;
  width: 255px;
  margin: 0px 15px 10px;
  padding: 0px 5px 0px 0px;
  height: 40px;
  overflow: auto;
  display: inline;
}

#home_images{
  float: left;
  width: 540px;
  height: 260px;
  padding: 30px;
  background: url(../images/css/background_home_images.jpg) no-repeat;
}

#welcome .links{
  float:left;
  width: 260px;
  margin: 0px 15px;
  display: inline;
  font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
  height: 60px;
  overflow: hidden;
}

#welcome .links ul{
  padding: 0px;
  margin: 0px;
}

#welcome .links ul li{
  padding: 0px;
  margin: 0px;
  list-style: none;
  width: 120px;
  float: left;
  padding: 0px 0px 0px 10px;
  background: url(../images/css/bullet.gif) no-repeat 0px 7px;
}

#welcome .links ul li a{
  float: left;
  color: #564C0E;
  padding: 3px 0px;
  width: 116px;
}

#welcome .link{
  float: left;
  width: 290px;
  height: 40px;
}

#home{
  margin: 15px 5px 0px;
  float: left;
  display: inline;
  width: 910px;
  padding: 0px;
  background: url(../images/css/background_home.gif) repeat-x;
}

#features{
  float: left;
  width: 310px;
  height: 155px;
  padding: 65px 0px 0px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#features .image{
  float:left;
  width: 125px;
  height: 125px;
  padding: 3px;
  background: url(../images/css/background_features_image.jpg) no-repeat;
}

#features .content{
  float: left;
  width: 170px;
  margin: 0px 0px 0px 9px;
  display: inline;
}

#features .date{
  font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
  color: #9BAA34;
}

#features .name{
  font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
  color: #E18319;
}

#features .description{
  font: 12px/14px Tahoma, Arial, Helvetica, sans-serif;
  margin: 5px 10px 10px 0px;
}

#features .description .scroll{
  height: 58px;
  overflow: auto;
}

#features .links{
  width: 160px;
  height: 25px;
  background: url(../images/css/background_features_links.jpg) no-repeat;
}

#features .links a{
  width: 160px;
  height: 25px;
}

#headlines{
  float: left;
  width: 320px;
  height: 155px;
  padding: 65px 7px 0px 8px;
  background: url(../images/css/background_headlines.gif) no-repeat;
}

#headlines .headline{
  width: 150px;
  float: left;
  padding: 0px 5px;
  cursor: pointer;
  cursor: hand;
}

#headlines .headline:hover .title{
  text-decoration: underline;
}

#headlines .headline .image{
  float: left;
  width: 144px;
  height: 20px;
  padding: 3px;
  margin: 0px 0px 5px;
  background: url(../images/css/background_headline_image.jpg) no-repeat;
}

#headlines .headline .content{
  float: left;
  width: 140px;
  padding: 0px 5px;
}

#headlines .headline .date{
  font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
  color: #9BAA34;
}

#headlines .headline .title{
  font: 14px Tahoma, Arial, Helvetica, sans-serif;
  margin: 5px 0px;
  text-decoration: none;
}

#headlines .headline .author{
  font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
  color: #E18319;
}

#recent_programs{
  float: left;
  width: 255px;
  height: 155px;
  padding: 65px 0px 0px;
  margin: 0px 0px 0px 10px;
  display: inline;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}

#recent_programs .image{
  float: left;
  background: url(../images/css/background_recent_programs_image.jpg) no-repeat;
  width: 120px;
  height: 90px;
  padding: 3px;
}

#recent_programs .content{
  float: left;
  width: 120px;
  margin: 0px 0px 0px 9px;
  display: inline;
}

#recent_programs .date{
  font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
  color: #9BAA34;
  padding-bottom: 5px;
}

#recent_programs .speaker{
  font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
  color: #584F21;
  padding-bottom: 5px;
}

#recent_programs .title{
  font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
  color: #E18319;
  padding-bottom: 5px;
}

#recent_programs .links{
  clear: both;
  float: left;
  width: 250px;
  height: 25px;
  margin: 10px 0px 0px;
  background: url(../images/css/background_recent_programs_links.jpg) no-repeat;
}

#recent_programs .links ul{
  padding: 3px 0px 0px;
  margin: 0px;
  text-align: center;
}

#recent_programs .links ul li{
  padding: 0px;
  margin: 0px;
  display: inline;
  list-style: none;
}

#recent_programs .links ul li a{
  font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
  color: #E3F2B5;
  padding: 0px 5px;
}