h1 {
  background-color: rgb(50,71,136);
}

.top.nav {
  background: url('/images/rally-whangarei/nav_bg_blue.png');
}

#left-nav {
  background-color: #000;
}

a {
  color: rgb(50,71,136);
}

a:hover {
  color: #000;
}

#left-nav ul li a:hover,
#right-column a:hover,
.top.nav ul li a:hover {
  color:#000;
}

#left-nav ul li a:hover {
  color: rgb(50,71,136);
}

#rss a {
  color: #000;
}

#rss {
  background-color: rgb(221, 221, 221);
}

.latest.news .newsitem h2 a:hover {
  color: rgb(50,71,136);
}

#header #left .main-logo-container {
  bottom: 10px;
  left: 10px;
}