* {
  margin:0;
  padding:0;
  }

 body {
  background-color: #A59F74;
  padding-top:15px;
  color:#333;
  }

a:link {
  color:#01a;
  }
a:visited {
  color:#01a;
  }
a:hover {
  color:#c60;
  }
a img {
  border:0;
  }
p {
  margin-bottom: 0.8em;
}

/* Header
----------------------------------------------- */
#header {
  width:660px;
  margin:0 auto;
  }

#title {
  height:190px;
  background: #FFFED2 url(/images/5MBJ-header660-dk_bkgrnd.jpg) no-repeat bottom center;
  }

#title h1 {
  display:none;
  }

#title img {
  width:660;
  height:190;
  border:0;
  }

#title a:hover {
  color:#c60;
  }

/* Content
----------------------------------------------- */
  #content {
    font-size:14px;
    width:660px;
    margin:0 auto;
    overflow:hidden;
    background: #FFFED2 url(/images/5mb_background.jpg) repeat-y top right;
  }

  #main {
    padding:0 20px;
  }

  #nav{
    font-variant: small-caps;
    font-size: 12px ;
    width: 155px;
    padding: 5px 15px 0 5px;
    float:left;
  }

  #nav ul{
    padding-left: 10px;
    list-style:none;
  }

  #nav li {
    margin-bottom: 0.6em
  }

/* Posts
----------------------------------------------- */

  .post {
    margin:.5em 0 1.5em;
    border-bottom:double;
    border-color:#534B38;
    padding-bottom:1.5em;
    }


.post-title {
  margin:.25em 0;
  padding:0 0 4px;
  font-size:180%;
  font-weight:bold;
  font-variant:small-caps;
  line-height:1.4em;
  color:#c60;
  }

.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }

.post-title strong, .post-title a:hover {
  color:#333;
  }

.post div {
  margin:0 0 .75em;
  line-height:1.4em;
  font:100%/1.2em "Times New Roman",Times,Arial,Verdana,Sans-serif;
  text-align:justify;
  color:#534B38;
  }

.post img {
  padding:4px;
  border:0px solid #ddd;
  }

.post blockquote {
  margin:1em 20px;
  }

.post blockquote p {
  margin:.75em 0;
  }

.post ul {
  margin:.5em 0 .5em;
  font-weight:bold;
  font-size:12px;
  font-variant:small-caps;
  color:#534B38;
  opacity:.9;
  padding:0;
  list-style:none;
  }

.post li {
  font-weight:normal;
  padding:.25em 0 0 25px;
  text-indent:-15px;
  line-height:1.5em;
  }
