html, body, #whole_thing, #top, #main_left, #main_middle, #main_middle_girl, #main_right,
.top_photo, .photo, .price_button, .navbutton, .navbutton_2 {
  margin: 0px;    border: 0px;    padding: 0px;
}

html {
}

body {
  background-color:  #000000;  /*#443444;*/
}

.wholeTable {
  border: 1px solid #555555;
  margin: 4px;
}

.infoTable {
  position: absolute:
  top: 0px; right: 0px;
  color: white;
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #555555;
  margin: 4px;
}

.infoTable td {
  width: 100px;
}

.priceTable {
  position: absolute:
  top: 0px; left: 0px;
  color: white;
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #555555;
  margin: 4px;
}

.priceTable td {
  width: 100px;
}

.OurPriceTable {
  position: absolute:
  top: 0px; left: 0px;
  color: white;
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #555555;
  margin: 4px;
}

.OurPriceTable td {
  width: 300px;
}

.contactTable {
  position: absolute:
  top: 0px; left: 0px;
  color: white;
  font-family: verdana;
  font-size: 10px;
  border: 1px solid #555555;
  margin: 4px;
}

.contactTable td {
  width: 150px;
}

#whole_thing {
  position: relative;
  margin-left: 50px;    margin-right: 50px;    margin-top: 50px;
  min-width: 380px;    min-height: 540px;
  background-color:  black;
}

#top {
  position: relative;
  margin-left: 9px;    margin-right: 9px;    margin-top: 9px;    margin-bottom: 9px;
  border: 1px solid #555555;
  height: 60px;
  background-color:  black;
}

#top p {
  /*border: 1px solid #555555;*/
  margin: 4px;
  padding: 5px;
}

p {
  padding: 10px;
  color: #DDDDDD;
  font-family: arial;
  font-size: 12px;
}

.title_1_text {
  color: magenta;
  font-family: arial;
  font-size: 16px;
  /*font-style: italic;*/
}

.title_2_text {
  color: #DDDDDD;
  font-family: arial;
  font-size: 12px;
}

/**********************************
#main_middle {
  position: relative;
  margin-left: 120px;    margin-right: 274px;    margin-top: 9px;    margin-bottom: 9px;
  border: 1px solid #555555;
}
************************************/

#main_middle_girl {
  position: relative;
  margin-left: 8px;    margin-right: 279px;    margin-top: 16px;    margin-bottom: 9px;
  border: 1px solid black;
}

#main_right { /*** only used in the individual girl page ***/
  position: absolute;    top: 71px;    right: 0px;
  margin: 9px;
  border: 1px solid #555555;
  width: 117px;
}

#main_left {
  position: relative;
  margin-left: 8px;    margin-right: 279px;    margin-top: 16px;    margin-bottom: 9px;
  border: 1px solid black;
}

#right_upper {
  position: absolute;    top: 71px;    right: 0px;     margin-bottom: 451px;
  margin: 9px;
  border: 1px solid #555555;
  width: 242px;
}

#right_lower {
  position: absolute;    top: 193px;    right: 0px;
  margin: 9px;
  border: 1px solid #555555;
  width: 242px;
}

#index_middle {
  position: relative;
  margin-left: 150px;    margin-right: 150px;    margin-top: 9px;    margin-bottom: 9px;
  border: 1px solid #555555;
}

#index_left {
  position: absolute;    top: 71px;    left: 0px;
  margin: 9px;
  border: 1px solid #555555;
  width: 130px;
}

#index_right {
  position: absolute;    top: 71px;    right: 0px;
  margin: 9px;
  border: 1px solid #555555;
  width: 130px;
}

.top_left_photo {
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 0px;
}

.top_right_photo {
  position: absolute;
  top: 0px;
  margin: 0px;
  right: 0px;
}

.centre_photo {
  position: absolute;
  top: 0px;
  margin: 0px;
  left: 300px;
}

.top_photo {
  position: absolute;
  top: 0px;
  margin: 0px;
  right: 0px;
}

.photo {
  margin: 1px;
  /*float: left;*/
  border-width: 1px;
  border-color: #555555;
  border-style: solid;
}
 
.photo:hover {
  border: 1px solid crimson;/*#D40000;*/
}

.index_photo {
  margin: 11px;
  border-width: 4px;
  border-color: #555555;
  border-style: solid;
}
 
.index_photo:hover {
  border: 4px solid crimson;/*#D40000;*/
}

.banner {
  margin: 3px;
  border-width: 1px;
  border-color: #555555;
  border-style: solid;
}
 
.banner:hover {
  border: 1px solid crimson;
}

.index_button {
  margin: 30px;
  /*float: left;*/
  border-width: 3px;
  border-color: #555555;
  border-style: solid;
}
 
.girl_photo {
  margin: 4px;
  /*float: left;*/
  border-width: 1px;
  border-color: #555555;
  border-style: solid;
}

.page_text {
  display: block;
  font-family: verdana;
  /*font-weight: bold;*/
  font-size: 10px;
  /*padding: 6px;*/
  color: white;
}

/******************************************************
  Button section
 ******************************************************/

/******* price_button *******/

.price_button {
  width: 80px;
  height: 20px;
  margin: 9px;
  background: black;
}

.price_button a {
  display: block;
  text-align: left;
  text-decoration: none;
  width:  100%;
  border: 1px solid #555555;
  height: 100%;
  color: red;
}

.price_button a:hover {
  border: 1px solid yellow;/*#BBBBBB;*/
  /*background-color: #555555;*/
  width:  100%;
  height: 100%;
}
 
.price_button_text {
  display: block;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  padding: 6px;
  color: #DDDDDD;
}

/******* active_price_button *******/

.active_price_button {
  width: 80px;
  height: 20px;
  margin: 9px;
  background: black;
}

.active_price_button a {
  display: block;
  text-align: left;
  text-decoration: none;
  width:  100%;
  border: 1px solid #555555;
  height: 100%;
  color: red;
}
 
.active_price_button a:hover {
  border: 1px solid yellow;/*#BBBBBB;*/
  /*background-color: #555555;*/
  width:  100%;
  height: 100%;
}
 
.active_price_button_text {
  display: block;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  padding: 6px;
  color: #E83BED;
}

/******* navbutton *******/

.navbutton {
  width: 97px;
  height: 20px;
  margin: 9px;
  background: black;
}

.navbutton a {
  display: block;
  text-align: left;
  text-decoration: none;
  width:  100%;
  border: 1px solid #555555;
  height: 100%;
  color: red;
}

.navbutton a:hover {
  border: 1px solid crimson;/*#BBBBBB;*/
/*  background-color: #555555;*/
  width:  100%;
  height: 100%;
}
 
.navbuttontext {
  display: block;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  padding: 6px;
  color: #DDDDDD;
}

/******* citybutton *******/

.citybutton {
  /*position: absolute;*/
  position: relative;
  left: 420px;
  width: 100px;
  height: 23px;
  margin: 4px;
  background: black;
}

.citybuttontext {
  /*display: block;*/
  font-family: verdana;
  /*font-weight: bold;*/
  font-size: 19px;
  padding: 6px;
  color: #DDDDDD;
}

.citybutton a {
  display: block;
  text-align: left;
  text-decoration: none;
  width:  100%;
  border: 1px solid #555555;
  height: 100%;
  color: red;
}

.citybutton a:hover {
  border: 1px solid white;/*#BBBBBB;*/
/*  background-color: #555555;*/
  width:  100%;
  height: 100%;
}
 
/*** navbutton_2 ***/

.navbutton_2 {
  width:  82px;
  height: 22px;
  margin:  9px;
}

.navbutton_2 a {
  display: block;
  text-align: left;
  text-decoration: none;
  width:  100%;
  height: 100%;
  color: #777777;
  background: url("button_3.png") 0 0 no-repeat;
}

.navbutton_2 a:hover {
  width: 100%;
  height: 100%;
  background: url("button_3.png") 0 -22px;
}

.navbutton_2_text {
  display: block;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  padding: 6px;
}

/******************************************************
  End navigation button section
 ******************************************************/



