﻿body {
  cursor: default;
  text-align: center;
  background-color: #FFFFFF;
  background-image: url(/bin/bg_body.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
}

#body {
  position: relative;
  top: 20px;
  width: 900px;
  height: 800px;
  margin: auto;
  padding: 0px;
  background: transparent;
  text-align: center;
  z-index: 2;
}

#top {
  position: absolute;
  top: 10px;
  width: 900px;
  
  padding: 5px;
  border: 0px solid #FFFFFF;
  width: 900px;
  height: 100px;
  margin: auto;
}

#top img{
  border: 0px solid #000000;
  vertical-align: middle;
}

#top img.logo{
  float: left;
  height: 100px;
  width:  100px;
}

#top img.random{
  float: right;
  height: 98px;
  width:  700px;
}

#menuL1 {
  position: absolute;
  top: 120px;
  width: 900px;
  
  padding: 10px;
  border: 0px solid #FFFFFF;
  width: 900px;
  height: 50px;

  color: #555555;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

#menuL1 img {
  border: 0px solid #FFFFFF;
  vertical-align: middle;
  float: right;
  height: 40px;
  width: 40px;
}

#menuL1 h1 {
  width: 700px;
  font-size: 12px;
  text-align: left;
  margin: 1px;
  padding: 0px;
}

#menuL1  h1 a {
  color: #555555;
  background-color: transparent;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 30px;
  text-align: center;
  border: 0px solid #555555;
}

#menuL1 h1 a.sel {
  color: #FFFFFF;
  background-color: #555555;
}

#menuL1 h1 a:hover {
  color: #FFFFFF;
  background-color: #555555;
}

#menuL2 {
  position: absolute;
  top: 170px;
  width: 200px;
  height: 180px;
  
  padding: 10px;
  border: 0px solid #FFFFFF;

  color: #555555;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

#menuL2 h2 {
  width: 180px;
  font-size: 10px;
  text-align: right;
  margin: 1px;
  padding: 0px 0px;
}

#menuL2 h3 {
  width: 180px;
  font-size: 10px;
  text-align: left;
  margin: 1px;
  padding: 0px;
}

#menuL2  h2 a, #menuL2  h3 a {
  color: #555555;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  border: 0px solid #555555;
  line-height: 20px;
  margin: 0px;
  padding: 2px;
}

#menuL2  h2.sel a , #menuL2  h3 a.sel {
  color: #FFFFFF;
  background-color: #555555;
}

#menuL2 h2 a:hover, #menuL2  h3 a:hover {
  color: #FFFFFF;
  background-color: #555555;
}

#content {
  position: absolute;
  top: 180px;
  left: 220px;
  width: 700px;
  
  padding: 10px;
  border: 0px solid #555555;
  border-left: 1px solid #555555;
  border-top: 1px solid #555555;
  color: #555555;
  font-family: verdana;
  background-color: #FFFFFF;
}

#content img {
  vertical-align: middle;
  border: 0px;
}

#content h1 {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

#content h2 {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
}

#content p {
  font-size: 13px;
  text-align: justify;
}

#content p.center {
  font-size: 13px;
  text-align: center;
}

#content td {
  font-size: 13px;
  text-align: justify;
  
  color: #555555;
  font-family: verdana;
}

#content a:link, #content a:visited, #content a:active {
  cursor: default;
  text-decoration: none;
  color: #0000AA;
  font-weight: bold;
}

#content a:hover {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background: #0000AA;
}

#content a.thumb img{
  width: 42px;
  padding: 0px;
  margin: 5px;
}

#content a.thumb:hover{
  background: #FFFFFF;
}

#foot {
  visibility: collapse;
  position: relative;
  width: 800px;
  
  margin: auto;
  padding: 10px;
  border: 0px solid #FFFFFF;
  width: 700px;
  z-index: 1;

  color: #555555;
  font-family: verdana;
  font-size: 10px;
  text-align: center;
}
