#header {
  font-size: 530%;
  color: #009999;
  border-bottom-style: double;
  border-bottom-color: #009999;
  border-bottom-width: thick;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
  min-height: 330px;
  height: auto !important; /* force IE to use min-height */
  height: 330px;
}

#header img {
  float: left;
  margin: 5px 0px 0px 0px;
}

#frontpage_news {
  padding: 0px 0px 40px 0px;
  margin: 20px 0px 10px 0px;
  width: 100%;
}

#frontpage_news #newspaper_pic,#newspaper_name {
  float: left;
}

#frontpage_news #newspaper_logo {
  display: block;
  float: right;
  width: 72px;
}

#frontpage_news ul {
  font-size: 150%;
  padding-top: 100px;
}

#more_news_link {
  float: right;
  right: 20px;
  width: 30px;
  color: #009999;
  padding: 0px 15px 0px 0px;
}

#getting_started {
  background-color: #009999;
  border: 1px dashed white;
  clear: both;
  background-image: url(images/star.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 5px 5px 0px 80px;
  margin: 20px 0px 30px 0px;
}