body {
  margin: 0px;
  font-family: Verdana;
  color: #000000;
    font-size: 12px;
}

img {
  border: 0px;
}

a:link, a:visited {
  color: #000000;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

a.read {
  color: #BA0200;
  font-size: 9pt;
  font-family: Verdana;
  font-weight: bold;
}

.navcol {
  border-bottom: 1px dotted #000000;
}

#toprow {
  background-image: url('images/toprow.png');
  width: 990px;
  margin: 0px auto;
  height: 32px;
}

#header {
  background-image: url('images/header.png');
  width: 990px;
  margin: 0px auto;
  height: 188px;
}

div#nav_spacer {
  height: 134px;
}

#center {
  margin: 0px auto;
  width: 990px;
}

#left {
  float: left;
  width: 179px;
}

#content {
  float: left;
  width: 624px;
  border-top: 1px solid #000000;
  padding: 4px;
}

#right {
  float: right;
  width: 179px;
}

#subnavi {
  padding-left: 3px;
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

#logindiv {
  float: right;
  padding-right: 4px;
  padding-top: 4px;
}
#loginbuttons {
  float: left;
  padding-top: 2px;
}

/** Navigation **/

#nav_newstime, #nav_incredible, #nav_community, #nav_partner, #nav_mediapool {
  padding-bottom: 23px;
  text-decoration: none;
  background-position: 0px 37px;
}

#nav_newstime:hover, #nav_incredible:hover, #nav_community:hover, #nav_partner:hover, #nav_mediapool:hover {
  background-position: 0px 0px;
}

#nav_newstime {
  background-image: url('images/newstime.png');
  padding-right: 97px;
}

#nav_incredible {
  background-image: url('images/incredible.png');
  padding-right: 97px;
}

#nav_community {
  background-image: url('images/community.png');
  padding-right: 99px;
}

#nav_partner {
  background-image: url('images/partner.png');
  padding-right: 99px;
}

#nav_mediapool {
  background-image: url('images/mediapool.png');
  padding-right: 99px;
}