/* CSS Document */
body,td,th {
font-size: 12px;
font-family: Arial;
background: url('images/pattern.jpg');
color: white;
}
h1 {
font-size: 14px;
margin-top: 0px;
font-weight: bold;
}
h2 {
font-size: 13px;
margin: 2px;
font-weight: bold;
} 
h3{
  font-size: 13px;
  margin: 2px;
  font-weight: bold;
  color: lightblue;
}
a:link,a:visited{
  color: white;
}
a:hover{
  color: red;
}
.wrapper{
  width: 1100px;
  margin: 0 auto;
  margin-top: 0px;
}
.menuWrap{
  width: 193px;
  float: left;
}
.menuHeader{
  width: 193px;
  height: 21px;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
  background: url('images/menuheader.gif') no-repeat;
}
.menuBackground{
  width: 193px;
  background: url('images/menubg.gif') repeat-y;
}
.menuContent{
  width: 180px;
  margin-left: 6px;
}
.menuContent ul {
  margin: 0px; 
  padding: 0px;
  list-style: none;
}
.menuContent ul li {
  margin: 0px; padding: 0px;
}
.menuFooter{
  width: 193px;
  height: 14px;
  background: url('images/menufooter.gif') no-repeat;
}
.Header{
  width: 1100px;
  height: 160px;
    margin-top: 0px;
  background: url('images/header.jpg') no-repeat;
}
.headerText{
  width: 450px;
  height: 35px;
  float: left;
  margin-top: 5px;
  margin-left: 545px;
}
.headerMenu{
  width: 700px;
  height: 25px;
  margin-top: 53px;
  margin-left: 400px;
  float: left;
}
.headerMenu ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.escortItem{
  width: 165px;
  height: 165px;
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-left: 8px;
}
.escortInfo{
  width: 440px;
}
.escortInfo ul{
  width: 200px;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.escortInfo ul li{
  margin: 0px;
  padding: 0px;
}
.headerMenu ul li{
  min-width: 100px;
  height: 18px;
  overflow: hidden;
  background-color: #d94da0;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  float: left;
  margin-left: 2px;
  font-weight: bold;
}
.headerMenu a:hover{
  color: blue;
}
.contentSidebar{
  width: 240px;
  margin-left: 6px;
  float: left;
}
.contentButton{
  width: 199px;
  height: 18px;
  margin-top: 10px;
  background: url('images/button.gif') no-repeat;
  text-align: center;
}
.contentButton a:hover{
  color: blue;
}

.contentWrap{
  width: 740px;
  float: left;
  margin-left: 15px;
}
.contentHeader{
  width: 740px;
  height: 18px;
  background: url('images/contentheader.gif') no-repeat;
}
.contentBackground{
  width: 740px;
  background: url('images/contentbg.gif') repeat-y;
}
.contentContent{
  width: 720px;
  margin-left: 10px;
}
.contentFooter{
  width: 740px;
  height: 18px;
  background: url('images/contentfooter.gif') no-repeat;
}
.escortWrap{
  width: 464px;
  margin-left: 4px;
  float: left;
}
.escortHeader{
  width: 464px;
  height: 16px;
  background: url('images/icheader.gif') no-repeat;
}
.contentPromo{
  width: 700px;
  font-size: 14px;
  font-weight: bold;
}
.contentPromo ul{
  width: 700px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentPromo ul li{
  float: left;
  margin-left: 10px;
  color: lightblue;
}
.escortBackground{
  width: 464px;
  background: url('images/icbg.gif') repeat-y;
}
.escortContent{
  width: 452px;
  color: black;
  margin-left: 6px;
}
.escortFooter{
  width: 464px;
  height: 16px;
  background: url('images/icfooter.gif') no-repeat;
}
.inbelFrame{
  width: 210px;
  float: left;
  border-right: 2px solid black;
  margin-top: 5px;
}
.fotoFrame{
  width: 220px;
  margin-left: 7px;
  float: left;
}
.fotoItem{
  margin-top: 4px;
  margin-left: 4px;
  float: left;
  text-align: center;
}
.advertHeader{
  width: 740px;
  margin-top: 15px;
  height: 19px;
  text-align: center;
  background: url('images/advheader.gif') no-repeat;
}
