body{
  background: #003300;
  height: 100%;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
}

a{
  color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  text-decoration: none;
}

a:hover{
  color: #aabf93;
}

a:focus{
  color: #aabf93;
}

#container{
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#content{
  margin: 0px auto;
  text-align:left;
  height: 568px;
  width: 985px;
  background: url('images/bg.jpg') no-repeat;
}

#header{
  height: 19px;
  width: 975px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #0066CC;
}

#menu{
  display: block;
  float: left;
  width: 143px;
  height: 407px;
  margin: 130px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #aedfef;
}

#menuItem{
  display: table-cell;
  float: left;
  margin: 0px 0px 0px -5px;
  padding: 5px 5px 5px 5px;
  width: 138px;
  height: 25px;
  color: #aabf93;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  font-size: 1.2em;
}

#menuItem:hover{
  border: dotted 2px #1b3a12;
  width: 134px;
  height: 21px;
  line-height: 21px;
}

#menuItem:focus{
  border: dotted 2px #1b3a12;
  width: 134px;
  height: 21px;
  line-height: 21px;
}

#menuItemOver{
  display: table-cell;
  float: left;
  margin: 0px 0px 0px -5px;
  padding: 5px 5px 5px 5px;
  color: #aabf93;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  border: dotted 2px #1b3a12;
  width: 134px;
  height: 21px;
  line-height: 21px;
}

#menuItemSub{
  display: table-cell;
  float: left;
  margin: 0px 0px 0px -5px;
  padding: 5px 5px 5px 5px;
  width: 165px;
  height: 23px;
  color: #aabf93;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  font-size: 1.2em;
  border: solid 1px #009933;
  background: #000000;
}

#menuItemSub:hover{
  width: 165px;
  height: 23px;
  line-height: 23px;
  background: #142c0d;
}

#menuItemSub:focus{
  width: 165px;
  height: 23px;
  line-height: 23px;
  background: #142c0d;
}

#menuItemSubOver{
  display: table-cell;
  float: left;
  margin: 0px 0px 0px -5px;
  padding: 5px 5px 5px 5px;
  width: 165px;
  height: 23px;
  color: #aabf93;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  font-size: 1.2em;
  border: solid 1px #009933;
  background: #142c0d;
}

#menuSub{
  display: block;
  float: left;
  width: 172px;
  height: 406px;
  margin: 130px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #aedfef;
}

#infoDiv{
  display: table-cell;
  float: left;
  text-align: center;
  width: 164px;
  height: 489px;
  margin: 50px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #aabf93;
}

#showDiv{
  background: url(images/show/img1.jpg);
  height: 211px;
  width: 169px;
  margin: 17px 0px 0px -5px;
  padding: 0px 0px 0px 0px;
}


#page{
  display: block;
  float: left;
  width: 406px;
  height: 538px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

#footer{
  display: block;
  float: left;
  height: 25px;
  width: 980px;
  background: #4d6f26;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 5px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  border-top: solid 1px #fff;
}

#fotoDiv {
  display: block;
  float: left;
  position: relative;
  height: 90px;
  width: 90px;
  line-height: 20px;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  color: #fff;
}

#pagina {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  text-align: center;
  padding: 3px;
}

#error {
  display: block;
  margin: 5px 5px 5px 5px;
  text-align: center;
  padding: 5px;
  border: solid 1px #CC0033;
  color: #fff;
  font-weight: bold;
}

#ok {
  display: block;
  margin: 5px 5px 5px 5px;
  text-align: center;
  padding: 5px;
  border: solid 1px #00CC00;
  font-weight: bold;
}