body {
  background: #EEF;
}

*:link, *:visited {
  color: #335A96;
}

h1 {
  font-size: 28px;
  color: #444;
}

h2 {
  font-size: 22px;
  color: #444;
}

input[type=submit], input[type=button] {
	background-color: #DDDDFF;
	cursor: pointer;
}

#banner, #mainnav, #main {
  border: 1px solid #888;
}

#banner {
  background: #fff url(../site/images/bridge.jpg) no-repeat right;
}

#main {
  background: #fff;
  padding: 5px;
}

#footer {
  border-top: 0px;
}

#sitefooter {
  font-size: 10px;
  color: #BBB;
}

#sitefooter *:link, #sitefooter *:visited {
  color: #BBB;
}
