body {
  background: #f3e59e url("/wp-content/themes/blank/images/bodybg.jpg") repeat-x top left;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #7e6431;
}

a {
  text-decoration: none;
  color: #0066ff;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

#page {
  width: 800px;
  margin: 0 auto;
}

#header {
  background: transparent url("/wp-content/themes/blank/images/headerbg.gif") no-repeat top left;
  height: 176px;
}

#headerimg h1, #headerimg div {
  display: none;
}

#nav {
  height: 50px;
  padding-top: 145px;
  font-family: Georgia, serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}

#nav a {
  color: #fff;
  text-decoration: none;
}

#nav ul {
  list-style: none;
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
  height: 50px;
}

#nav li {
  margin: 0;
  padding: 0 10px 0 10px;
  display: inline;
  height: 50px;
}

#content { 
  float: left;
  width: 800px;
}

#sidebar {
  /*float: right;
  width: 200px;*/
  display: none;
}

div.post h2 {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #7e6431;
  font-weight: normal;
}

div.post h2 a {
  color: #7e6431;
}

#footer {
  clear: both;
}