
body {background-color: #ddf;}

div.page {width: 600px; padding: 10px; margin: 10px auto; background-color: #fff; -moz-border-radius: 8px;}

div.header {background-image: url("../images/site/header.png"); background-repeat: no-repeat; }
div.header h1 {padding: 85px 0 10px 0; margin: 0;}

div.menu {
  border-bottom: 2px solid #99f;
  overflow: hidden;
  padding: 10px 0 0 10px;
  line-height: normal;
}

div.menu a {
  -moz-border-radius: 4px 4px 0 0;
  background-color: #ddf;
  padding: 0 0 0 10px;
  display: block;
  float: left;
  overflow: auto;
  margin-right: 5px;
  text-decoration: none;
  color: black;
}

div.menu a span {
  display: block;
  padding: 3px 10px 2px 0;
}

div.menu a.selected {
  background-color: #99f;
  font-weight: bold;
}


div.site {overflow: auto; padding: 0 10px; background-color: #ccf; margin-bottom: 10px;}

div.site h3 {border-bottom: 1px solid black;}

div.siteimage {width: 250px; padding: 0 10px 10px 0; float: left;}

div.sitedescription {width: 320px; float: left;}

div.footer {height: 75px; background-image: url("../images/site/header.png"); }

div.control {font-size: 0.8em; width: 600px; margin: 0 auto 10px; }
div.control p {text-align: center; }
