/* CSS Document */
body,td,th{
  background-color: #1f1f1f;
  color: black;
  font-family: arial;
  font-size: 12px;
}
a:link,a:visited{
  color: darkblue;
}
a:hover{
  color: red;
}
h1{
  margin: 3px;
  font-size: 15px;
}
h2{
  margin: 4px;
  margin-left: 12px;
  font-size: 13px;
}
.wrapper{
  width: 1000px;
  margin: 0 auto;
}
.headerBox{
  width: 550px;
  margin-left: 10px;
  height: 130px;
  background-color: #7b1275;
  border: 2px solid white;
  float: left;
  padding: 5px;
  color: white;
}
.headerBox ul {
  width: 400px;
  margin: 5px;
  float: left;
  padding: 0px;
  list-style: none;
}
.headerBanner{
  width: 400px;
  height: 90px;
  float: left;
  background: url('images/banner.jpg') no-repeat;
}
.wrapperBar{
  width: 1000px;
  height: 10px;
  margin-top: 5px;
  clear: both;
  margin-bottom: 5px;
  background: url('images/bar.jpg') no-repeat;
}
.menuWrap{
  width: 174px;
  float: left;
}
.menuHeader{
  width: 174px;
  height: 21px;
  margin-top: 10px;
  background: url('images/menuHeader.jpg') no-repeat;
}
.menuBackground{
  width: 174px;
  background-color: #deb8dc;
  margin: 0px;
}
.menuContent{
  width: 160px;
  margin-left: 5px;
  padding-bottom: 10px;
}
.menuContent ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}
.contentWrap{
  width: 564px;
  margin: 20px;
  float: left;
}
.escortItem{
  width: 530px;
  height: 150px;
}
.escortFoto{
  width: 100px;
  float: left;
  height: 100px;
  margin: 5px;
}
.escortInfo{
  width: 520px;
}
.escortInfo ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 240px;
}
.escortPromo{
  width: 500px;
  background-color: #7b1275;
  border: 2px solid white;
  color: white;
  margin: 0 auto;
  padding: 5px;
  font-size: 13px;
  margin-bottom: 15px;
}
.escortText{
  width: 400px;
  float: left;
}
.fotoFrame{
  width: 520px;
}
.fotoItem{
  float: left;
  width: 100px;
  height: 100px;
  margin-top: 5px;
  margin-left: 5px;
}
.escortText ul {
  width: 200px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentHeader{
  width: 564px;
  height: 15px;
  background: url('images/contentHeader.jpg') no-repeat;
}
.contentBackground{
  width: 564px;
  background: url('images/contentBackground.jpg') repeat-y;
}
.content{
  width: 550px;
  margin-left: 10px;
}
.contentFooter{
  width: 564px;
  height: 15px;
  background: url('images/contentFooter.jpg') no-repeat;
}
.inbelFrame{
  width: 500px;
  background-color: white;
  border: 2px solid black;
  padding-left: 10px;
}