html {
  background-image: url("images/background.gif");
  background-repeat: no-repeat;
  background-position: 90% -5%;
  background-color: #054097;
}
a {
  color: #c36d16;
}
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #054097;
  background-image: url('images/background.png');  
  background-repeat: repeat-y;
}

h2, h3 {
  font-size: 18px;
  color: #054097;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}
.news {
  margin-bottom: 5px;
}
.newsTitle {  
  margin-left: 15px;
}
.newsTitle a {
  color: #c36d16;
  text-decoration: none;
}

#naviContainer {
  position: absolute;
  top: -12px;
  *top: 0px;
  left: 52px;
  z-index: 1000;
}

#naviContainer ul.menu li {
  background: url('images/navibg.png') repeat-y;
  width: 225px;
  list-style: none;
  padding: 4px 2px;
  font-weight: bold;
  text-align: right;
}
ul.menu li a {
  color: #fff;
  padding-right: 10px;
  text-decoration: none;
  font-size: 14px;
}

#naviContainer ul.menu li.bottom {
  margin-top: -5px;
  background: url('images/bottom.png') no-repeat;
  height: 25px;
}
#naviContainer ul.menu li.top {
  background: url('images/top.png') repeat-y;
  height: 85px;
}

#pageContainer {
  position: absolute;
  top: 0px;
  left: 300px;
  width: 500px;
  background: url('images/shadow.gif');
  padding: 17px;
}
#header {
  width: 503px;
  height: 260px;
  background: url('images/header.jpg');
}
#content {
  padding: 0px 20px;
  min-height: 480px;
  height: auto !important;
  height: 480px;
  margin-bottom: 30px;
}
#footer {
  width: 463px;
  padding: 20px;
  margin-bottom: -17px;
  background: url('images/footer.gif');
  border-bottom: 1px solid black;
  color: #002f57;
}
#footer a {
  color: #000;
}
p.newsHeader {
  font-weight: bold;
}
#uutisetvalikko span {
  margin-right: 10px;
}
#uutisetvalikko * {
  margin-bottom: 5px;
}
.newsItem span {
  margin-right: 10px;
}