body {
  background-color: #BDC587;
  text-align: center;
  font-family: georgia, times, times new roman, serif;
  font-size: small;
}

#wrap {
  width: 850px;
  text-align: justify;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px;
  border: 4px solid #000;
}

#header {
  text-align: center;
}

a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #555595;
}

h1 {
  font-size: 3em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
}


#box{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: auto;
height: 23px;
background-color: #6A6F4C;
}
#menucont {
color: #226266;
background-color : transparent;
width: 850px;
height: 20px;
position: absolute;
}
.menublock, .display {
float:left;
width:170px;
background-color: #6A6F4C;
}
.subs{
background-color: #6A6F4C;
}
.subs a{
display: block;
}
.menublock .subs{
display: none;
}
a.tl, a.tl:hover, a.tl:active, a.sl, a.sl:hover, a.sl:active { 
display: block;
text-decoration: none; 
color: #000;
background-color: #8E9465;
margin: 1px 1px 1px 1px;
padding: 2px 2px 2px 2px;
border: none;
text-align: center;
font-weight: normal;
}
a.tl:hover, a.tl:active , a.sl:hover, a.sl:active{ 
background-color: #6A6F4C;
text-align: center;
}
a.sl, a.sl:hover, a.sl:active{
text-align: left;
}
