body {
  background: #333;
  font-family: Arial, sans-serif;
  color: #333;
  padding: 20px;
  margin: 0;
  text-align: center; }

h1, h2, h3 {
  line-height: 30px;
  margin: 0; }

h1, h2 {
  font-weight: normal; }

h1 {
  font-size: 140%;
  color: #064767; }

h2 {
  padding-top: 15px;
  font-size: 140%;
  color: #064767; }

a, a:visited {
  color: #3399ff; }

p {
  line-height: 1.3em; }

#wrapper {
  background: #ccc;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 800px; }

.wrapper {
  margin: 0 auto 0 auto; }

#header, #content, #footer {
  padding: 25px 45px; }

#header {
  background: #fff;
  padding: 25px 45px 10px 45px; }

#content {
  background: #f7f7f7;
  padding: 25px 25px 45px 45px; }

#footer {
  color: #ccc;
  background: #000; }

#header #intro {
  padding: 15px 0; }
  #header #intro p {
    font-size: 130%;
    color: #999999; }

#menu {
  background: #064767;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  #menu li {
    float: left;
    padding: 0;
    margin: 0; }
    #menu li a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      display: block;
      float: left;
      padding: 15px 25px 15px 25px; }
    #menu li a:hover, #menu li a.selected {
      background: #3399ff; }
    #menu li a.selected {
      background: #333 url('menu.png') bottom center; }
  #menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }

#left {
  width: 470px; }

#right {
  background: #fff;
  border-bottom: 4px #eee solid;
  padding: 10px;
  width: 200px;
  float: right; }
  #right h2 {
    font-size: 110%;
    padding-top: 5px; }
    #right h2 img {
      margin: 0 0 -2px;
      border: 0; }
  #right p, #right #twitter_update_list {
    font-size: 90%;
    color: #999; }

#twitter_update_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }
  #twitter_update_list li {
    padding: 10px 0 0 0; }
    #twitter_update_list li span a, #twitter_update_list li span a:visited {
      color: #999; }
