/* CSS Document */
body,td,th {
font-size: 12px;
font-family: Arial;
color: black;
}
a:link img{
  border: none;
}
a:visited img{
  border: none;
}
h1 {
font-size: 14px;
margin: 0 auto;
font-weight: bold;
}
h2 {
font-size: 13px;
margin: 1px;
font-weight: bold;
}
h3 {
font-size: 12px;
color: red;
font-weight: bold;
}
#tableList{
  width: 700px;
  background-color: grey;
  font-size: 14px;
}
#tableTd{
  width: 175px;
}
.wrapper{
  position: relative;
  width: 1125px;
  margin: 0 auto;
  margin-left: 10%;
}
.header{
  width: 875px;
  height: 175px;
  background: url('header.jpg') center no-repeat;
}
.menu{
  margin-left: 30px;
  float: left;
  position: relative;
  padding: 5px;
  width: 160px;
  background-color: #d1e259;
  border: 2px solid #ebad15;
}
.menu ul{
  margin: 0px;
  padding: 0px;
  margin-left: 7px;
}
.menu ul li{
  list-style-type: none;
}
.sidebar{
  float: left;
  margin-left: 25px;
  width: 140px;
  padding: 5px; 
  background-color: #d1e259;
  border: 2px solid #ebad15;
}
.content{
  float: left;
  margin-left: 35px;
  width: 520px;
}
.content ul{
  padding-left: 2px;
}
.itemline{
  width: 135px;
  height: 3px;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 3px;
  background-color: #ebad15;
  overflow: hidden;
}
.escortItem{
  text-align: center;
  width: 155px;
  padding: 5px;
  margin-left: 5px;
  margin-top: 15px;
  float: left;
  background-color: #f5f9dc;
}
.fotoItem{
  width: 150px;
  height: 150px;
  float: left;
  padding: 5px;
  text-align: center;
  background-color: #f5f9dc;
  margin-left: 5px;
}
.escortheader{
  width: 500px;
  padding: 2px;
  margin-bottom: 5px;
  background-color: #d1e259;
  border: 2px solid #ebad15;
}
.escortlist{
  width: 600px;
}
.escortlist ul{
 padding: 0px;
 width: 240px;
 margin-left: 13px;
 float: left;
}
.escortlist ul li{
  list-style-type: none;
}
.center{
  width: 450px; 
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 5px;
  border: 2px solid #ebad15;
  margin-left: 50px;
  background-color: #d1e259;
  text-align: center;
}
.selectbox{
  width: 150px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f9dc;
  border: 1px solid black;
}
.footer{
  width: 750px;
  height: 15px;
  margin-left: 40px;
  margin-bottom: 30px;
  margin-top: 25px;
  padding: 2px;
  background-color: #d1e259;
  border: 2px solid #ebad15;
  text-align: center;
}