body {
   font-family: serif;
   font-size: 85%;
   background-color: #fff;
   background-image: url(../images/background.png);
   background-repeat: repeat-x;
   background-attachment: fixed;
}

h1 {
   font-family: sans-serif;
}

h2 {
   font-family: sans-serif;
}

h3 {
   font-family: sans-serif;
}

#content {
   min-height: 700px;
   padding: 15px 15px 15px 15px;
   margin: 0 0 0 200px;
   border-left: 2px dashed #739b93;
}

#everything {
   max-width: 1000px;
   margin: 0 auto;
   padding: 0 0 0 0;
   background-color: #fff;
   border: 2px solid black;
}

#headertop {
   height: 92px;
   width: 100%;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   background-color: #204174;
}

#headerbottom {
   height: 76px;
   width: 100%
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   background-color: #739b93;
   border-bottom: 1px solid black;
}

#menu {
   width: 200px;
   text-align: left;
   float: left;
   margin: 0 0 0 1em;
   padding: 0 0 0 0;
}

.floatleft {
   float: left;
}

.floatright {
   float: right;
}

a:active  {
   color: #204174;
   text-decoration: none;
   font-weight: bold;
}
a:link    {
   color: #204174;
   text-decoration: none;
   font-weight: bold;
}
a:visited {
   color: #204174;
   text-decoration: none;
   font-weight: bold;
}
a:hover   {
   color: #739b93;
   text-decoration: none;
   font-weight: bold;
}
