body {
  background: white;
  margin: 5px;
  padding: 0px;
}

form {
  margin: 0px;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #404040;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
  color: #808080;
  font-weight: normal;
}

.border {
  background-color: white;
  width: 812px;
  padding: 4px 6px 4px 6px; 
}

.main {
  width: 800px;
  border-right: 1px gray dotted;
  border-left: 1px gray dotted;
}

.main_table {
  width: 800px;
  border-top: 1px gray dotted;
}

.main_table .menu {
  border-right: 1px gray dotted;
  border-top: 0px gray none;
  border-bottom: 0px gray none;
}

.header {
  width: 100%;
  border-top: 1px #808080 dotted;
  border-bottom: 1px #808080 dotted;
  font-size: 10px;
  font-family: tahoma;
  color: #808080;
  padding: 2px 0px 2px 0px;
}

.header a {
  font-size: 10px;
  font-family: tahoma;
  text-decoration: none;
  font-weight: bold;
  color: #808080;
}

.ilustration {
  position: relative;
  width: 800px;
  height: 260px;
  border-top: 1px #808080 dotted;
  background: url(../gfx/ilustration1.png) no-repeat center center;
}

.ilustration .user_login {
  position: absolute;
  top: 50px;
  left: 220px;
  color: white;
  font-family: tahoma;
  font-size: 11px;
}

.ilustration .user_login .input {
  font-size: 9px;
  width: 100px;
}

.ilustration .user_login .submit {
  font-size: 10px;
  width: 60px;
}

.menu {
  width: 100%;
  border-top: 1px #808080 dotted;
  border-bottom: 1px #808080 dotted;
  font-size: 11px;
  font-family: tahoma;
  padding-top: 10px;
  padding-bottom: 150px;
  background-color: #FFEEE8;
}

.menu .heading {
  font-weight: bold;
  margin-left: 10px;
  color: gray;
}

.menu a {
  font-weight: bold;
  margin-left: 20px;
}

.menu a:hover {
  font-weight: bold;
  margin-left: 21px;
}

.body {
  width: 650px;
  font-size: 11px;
  font-family: tahoma;
}

.footer {
  width: 800px;
  border-top: 1px #808080 dotted;
  border-bottom: 1px #808080 dotted;
  font-size: 10px;
  font-family: tahoma;
  color: #998877;
  padding: 2px 0px 2px 0px;
}

.footer a {
  font-size: 10px;
  font-family: tahoma;
  text-decoration: none;
  font-weight: bold;
  color: #998877;
}

.footer a:hover {
  font-size: 10px;
  font-family: tahoma;
  text-decoration: none;
  font-weight: bold;
  color: #BBAA99;
}

h1 {
  color: #997766;
  font-size: 36px;
}

h2 {
  color: #663322;
  font-size: 28px;
}

h3 {
  color: #AA8877;
  font-size: 18px;
}

h4 {
  color: #441811;
  font-size: 12px;
}

.girl_info {
  width: 280px;
}

.girl_info td {
  border: 1px #DDCCBB solid;
  background-color: #F8EEE8;
}

.photos {
  width: 330px;
  text-align: center;
  border: 1px #DDCCBB solid;
  background-color: #F8EEE8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.photos img {
  border: 0px;
}
