body {
    background-color: #ffb9b7;
    margin: 0;
    text-align: center;
}
img {
    border: 0;
    margin: 0;
}

#menu {
    margin-right: auto;
    margin-left: auto;

    font-family: Arial;
    font-size: 11pt;
}

pre {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12.5px;}

#menu ul {
  white-space: nowrap;
}

a:link {font-weight:bold; text-decoration:none; color: #002827;  }
a:visited {font-weight:bold; text-decoration:none; color: #b30401; }
a:hover {font-weight:bold; text-decoration:underline; color: #ffe5e6; }
a:active {font-weight:bold; text-decoration:none; color: #002827; }

#menu li {
  display: inline;
  list-style-type: none;
  margin-right: 0.75em;
}

#menu a:link {
    color: #002827;
}

#menu a:visited {
    color: #002827;
} 
#menu a:active {
    color: #002827;
}

#menu a:hover {
    color: #ffe5e6;
}

#selected a:link {
    color: #b30401;
}

#selected a {
    color: #b30401;
}

div.page {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 1214px;
    background-color: #ffb9b7;
    overflow: hidden;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
}

div.main_body {
    /* background-image: url(images/middle.jpg); */
    min-height: 600px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
/*    margin: 0px; */
    display: block;
    overflow: hidden;
    width: 1024px;
}
div.header {
    height: 300px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#content {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    overflow: hidden;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12.5px;
}
h1 { font-size: 12px; }
h2 { font-size: 14px; }
h3 { font-size: 18px; }
h4 { font-size: 20px; }

#header_image {
    margin: 0px;
    padding: 0px;
}

#entry {
    margin-right: auto;
    margin-left: auto;
    display: block;
}