
/* -----------------------------------------------
Page Structure
----------------------------------------------- */

body {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: small;
  text-align: center;
  line-height: 1.5em;
  color: #1C385F;
  background-color: #BBEEFF;
}

body.page {
  padding: 50px 0 20px 0;
  margin: 0 auto;
}

div#wrapper {
  width: 640px;
  text-align: left;
  margin: 0 auto;
}

/* -----------------------------------------------
Splash
----------------------------------------------- */

div#header {
  text-align: center;
  padding: 10px;
}

div#content {
  font-size: 95%;
  padding: 5px 20px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}

h1 {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}

/* -----------------------------------------------
Anchors
----------------------------------------------- */
a {
  color: #FF9900;
  text-decoration: none;
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
}


/* -----------------------------------------------
Misc. Rules
----------------------------------------------- */
.white {
  color: #FFF;
}
