body {
    font-size: 10pt;
    background-color:#a65a28;
    color: #403627;
	text-align: center;
	min-width: 600px;
    font-family: arial, helvetica, verdana, sans serif;
    background-image: url(/images/backgrounds/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    padding : 0px;
    margin-top : 0px;
}

#wrapper {
	margin:0 auto;
	text-align: left;
    width:700px;
  background-color:#f2e4bb;
  border: 1px solid #403627;
  padding:0px;
  margin-bottom : 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
}

#navigation{
  position: relative;
  width:100%;
  z-index:10;
}

#content{
  position:relative;
  width:90%;
  left:5%;
  min-width:600px;
}

#footer{
  position:relative;
  bottom:3px;
  width:100%;
  text-align:center;
}
#footer, #footer a{
  color:#000000;
  text-decoration:none;
}
.indented{
}

.floatright{
    float:right;
}

#content th{
    background-color:#555C3D;
    color:#F1F1C1;
}


.hovermenu {
    font: bold 13px arial;
    padding-left: 0;
    margin-left: 0;
    height: 18px;
    position:relative;
}

.hovermenu li{
    list-style: none;
    display: inline;
}

.hovermenu li a{
    padding: 2px 0.5em;
    margin-left: 2;
    text-decoration: none;
    float: left;
    color: white;
    background-color: #2d7373;
    border: 1px solid #9ca69d;
}

.hovermenu li a:hover{
    background-color: #a65a28;
    color: #9ca69d;
    border-style: outset;
}

.noshow{
  font-size: smaller
}

.boxborder{
    border:1px solid #403627;
    padding:3px;
}

.error{
  background-color:#FFFF99
}


