
body {
  margin: 0px;
  padding: 0px;
  font-size: 11pt;
  font-family: Garamond, "Times New Roman";
  background-color: #490000;
  color: #FFAA46;
}

a {
  text-decoration: none;
  color: #FF9933;
}
a:visited{
  color: #FF9933;
}
a:hover{
  color: #FFFF33;
}

input {
  font-family: Garamond, "Times New Roman";
}
textarea {
  font-family: Garamond, "Times New Roman";
}






table.main {
  height: 100%;
  border: none;
  border-collapse: collapse;
  background-repeat: no-repeat;
  border-left: 1px solid #310000;
  border-right: 1px solid #310000;
}

table.main_area {
  height: 100%;
  border: none;
  border-collapse: collapse;
  background-repeat: no-repeat;
  border-left: 1px solid #310000;
  border-right: 1px solid #310000;
  background-image: url(inner_2_.gif);
  background-repeat: repeat-y;
}

table.main_inner {
  border-collapse: collapse;
  border: none;
}

td.td_main_menu_line {
  background-image: url(main_img.jpg);
  background-repeat: no-repeat;
}
.main_menu_line {
  width: 760px;
  height: 20px;
}
.main_menu_line table {
  border: none;
  border-collapse: collapse;
}
td.main_menu_line_item {
  font-weight: bold;
  text-align: center;
}
td.main_menu_line_item a{
  color: #FF9933;
}
td.main_menu_line_item a:visited{
  color: #FF9933;
}
td.main_menu_line_item a:hover{
  color: #FFFF33;
}
td.main_menu_line_item_over {
  font-weight: bold;
  text-align: center;
}
td.main_menu_line_item_over a{
  color: #FFFF33;
}

td.main_td_bottom {
  background-image: url(main_bgr.gif);
  background-repeat: repeat-y;
}

td.area_td_content {
  vertical-align: top;
  text-align: center;
}

.about_content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contacts_content {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  visibility:hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.no-border {
  border: none;
}
.no-display {
  display: none;
}
.display {
  display: block;
}

table.girls td {
  width: 200px;
  text-align: center;
}

table.girls img {
  border: 1px solid #FFAA46;
  cursor: pointer;
}

table.comments {
  width: 450px;
}
table.comments td.comment_text{
  text-align: justify;
}
table.comments td.comment_author{
  text-align: right;
  font-weight: bold;
}

.bottom_menu {
  text-align: center;
  font-size: 11pt;
}

.small_text {
  font-size: 12pt;
}
.very_small {
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
}
.very_small H1 {
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
}


.text_input_field {
  background: transparent;
  border: 1px solid #580000;
  color: #FFAA46;
  height: 20px;
  font-size: 12pt;
}
.textarea_field {
  background: transparent;
  border: 1px solid #580000;
  color: #FFAA46;
  width: 100%;
  scrollbar-base-color: #680001;
  scrollbar-arrow-color: #FFAA46;
  font-size: 12pt;
}
.submit_button {
  background-color: #6E0000;
  background: transparent;
  border: 1px solid #580000;
  color: #FFAA46;
  height: 21px;
  font-size: 11pt;
}
