
body {
    background-color: #aabcb0;
    padding: 10px;
    font-family: "Bell MT", times, serif;
}

.content {
    padding: 0px;
    margin: 0px 0px 0px 174px;
    border: 0px;
   /*border: solid 1px #000; */
}

.header {
    border: 0px;
    width: 900px;
    margin: 0px;
    height: 50px;
}

/* modify the bounding box for the statement text */
.statement {
    line-height: 1.5em;
    width: 600px;
}

/* menu */
ul#site_nav{
    padding: 0px;
   /* margin: 0px 0px 10px 10px;*/
margin: 0px;
    list-style-type: none;
  /* border: solid 1px #000; */
}

#site_nav li {
    float: left;
    position: relative;
    margin-right: 3px;
    font-weight: normal;
    font-size: 21px;
    padding: 3px;
   /*border: solid 1px #000; */
}

#site_nav a {
    text-decoration: none;
    color: #000;
}

#site_nav a:hover {
    text-decoration: underline;
    /*color: #33f;*/
}

#site_nav #current_page {
        font-weight: bold;
        background-color: #bcc;
}


