/* CSS Document */

BODY {

  margin: 20px;
  
  background-color: #AB0534;
  background-image: url(../images/bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  }

TABLE.window {
  width: 100%;
  }

/*TABLE.window TD{
  width: 100%;
  text-align: center;
  }*/

TABLE.one {
  width: 800px;

  background-color: #FFFFFF;
  background-image: url(../images/bg_woman.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  }

TABLE.one TD {
  vertical-align: top;
  }

TABLE.banner {
  width: 800px;
 /* height: 165;*/
  background-color: #FFFFFF;
  background-image: url(../images/bg_banner.jpg);
  background-repeat: no-repeat;
  border-bottom: 5px solid #AB0534;
  }

TABLE.banner TD.bannertop {
  width: 800px;
  /*height: 104px;*/
  text-align: left;
  }

TABLE.banner TD.bannertop IMG {
  margin: 20px;
  }

TABLE.banner TD.bannerbottom {
  text-align: center;
  /*height: 22px;*/
  }

TABLE.nav {
  width:792px;
  height: 22px;

  }

TABLE.nav TD {
  width: 132px;
  text-align: center;
  background-image: url(../images/tab.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  vertical-align: middle;
  }
  
TABLE.nav TD:hover {
  width: 132px;
  text-align: center;
  background-image: url(../images/tab_over.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  vertical-align: middle;
  }

TABLE.nav TD A {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  }

TABLE.nav TD A:hover {
  text-decoration: none;
  padding: 0px;
  border-bottom: 1px solid #000000;
  color: #CC6666;
  }

TABLE.photo {
  width: 796px;
  height: 129px;
  background: #000000;
  border: 2px solid #000000;
  /*border-left: none;
  border-right: none;*/
  }

TABLE.content {
  width: 600px;
  background-image: url(../images/bg_content.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #f3dae1;
  /*margin-bottom: 20px;*/
  }
  
TABLE.content TD {
  padding: 40px;
  padding-top: 20px;
  }
 
P {
  text-align: justify;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  }

H1, H2, H3, H4, H5, H6 {
  color: #AB0534;
  text-align: left;
  font-weight: bold;
  }

H1 {
  font-size: 20px;
  border-bottom: 1px solid #AB0534;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  }

H2 {
  font-size: 18px;
  }

H3 {
  font-size: 16px;
  }

H4 {
  font-size: 14px;
  }

H5 {
  font-size: 12px;
  }

H6 {
  font-size: 10px;
  }

P.hightlight {
  float: right;
  margin: 25px;
  margin-right: 0px;
  margin-bottom: 15px;
  text-align: left;
  width: 115px;
  color: #AB0534;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.04em;
  }

P.tagline {
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #AB0534;
  padding: 10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  color: #AB0534;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #faeff2;
  }

P.footer, P.footer A {
  text-align: center;
  font-size: 10px;
  color: #FFCCCC;
  margin-top: 10px;
  line-height: 14px;
  text-decoration: none;
  }

P.footer A {
  color: #FFCCCC;
  border-bottom: 1px solid #CC6666;
  }

P.footer A:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  }

IMG.print {
  width: 25px;
  height: 17px;
  float: right;
  background-image: url(../images/print.gif);
  background-repeat: no-repeat;
  }

IMG.print:hover {
  background-image: url(../images/print_over.gif);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  }
  
TABLE.content A {
  color: #AB0534;
  text-decoration: none;
  border-bottom: 1px solid #e5a8b9;
  }

TABLE.content A:hover {
  color: #CC6666;
  text-decoration: none;
  border-bottom: 1px solid #AB0534;
  }

TABLE.contact {
  width: 100%;
  }

TABLE.contact TD {
  width: 50%;
  text-align: left;
  padding: 5px;
  }
