body {
    font-size: 10pt;
    background-color:#155547;
    color: #220e05;
    text-align: center;
    font-family: arial, helvetica, verdana, sans-serif;
    background-image: url(/images/backgrounds/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body a{
  color:#220e05
}

body a:hover{
  background-color:#220e05;
  color:#e6bd85;
}



#wrapper {
    margin:0 auto;
    width:700px;
  /*background-color:#7a8461;*/
    background-color:#e6bd85;
  border: 1px solid #220e05;
  /*padding:5px;*/
  min-height:800px;
  outline-color: #663300
}

#header{
  position:relative;
  width:100%;
  min-width:700px;
  text-align:center;
  background-image:url(/images/backgrounds/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  clear:both;
}

#navigation{
  position: relative;
  z-index:4;
  width:100%;
  margin:0px;
  text-align:left;
}

#content{
  position:relative;
  margin: 0 auto;
  padding: 10px;
  text-align:left;
}



.floatright{
    float:right;
    margin:5px;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
  font-style: oblique
}

#content th{
    background-color:#220e05;
    color:#e6bd85;
}

.noshow{
  font-size: smaller
}

.boxborder{
    border:1px solid #220e05;
    padding:3px;
}

.nolink{
  text-decoration:none;
  color: #220e05;
  cursor:text;
}
#footer{
  position:relative;
  width:100%;
  text-align:center;
  clear:both;
  color:#e6bd85;
}

#footer, #footer a, #footer a:visited{
  color:#e6bd85;
  text-decoration:none;
}
