body, table, td {
  margin: 0px;
  padding: 0px;
/*  font-family: Verdana, Bitstream Vera Sans, Sans-Serif,  Arial, Verdana, Bitstream Vera Sans; */
 font-family: Sans-Serif,  Arial, Verdana, Bitstream Vera Sans;
  font-size: 13px;
  color: #FFFCE5;
  border-style: none;
  border-width: 0px;
}

textarea, input {  
  font-family: Sans-Serif,  Arial, Verdana, Bitstream Vera Sans;
  font-size: 13px; 
}


td.content {
  text-align: left;
  vertical-align: top;
  height: 100%;

padding-top: 10px;
/*
  background-image: url(../images/page_background.png);
  background-position: top center;
  background-repeat: repeat-y;
*/
  border-color: #332C20;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  background-color: #898071;
}












td.title, td.menu {
  border-color: #332C20;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  width: 900px;
  height: 50px;
}

td.title {
  background-color: #898071;
}


div.title_width {
  width: 900px;
  height: 317px;
}

div.title {
/*
  padding: 8px;
  padding-top: 4px;
  padding-bottom: 0px;
*/
  border-color: #332C20;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

td.bottom {
  width: 900px;

  background-image: url(../images/bottom_background.png);
  background-position: top center;
  background-repeat: no-repeat;
background-color: #332C20;

  height: 98px;
/*
  border-color: #332C20;
  border-left-style: solid;
  border-right-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
background-color: #898071;
*/
}




div.left_content {
float: left; 
width: 537px; 
margin-right: 13px;
}


div.right_content {
float: left; 
width: 324px; 
font-size: 10px;
}






