body {
        margin: auto;
        text-align: center;
        color: #000000;
        background-color: #ffffff;
     }

a {
        text-decoration: underline;
  }

#container {
        color: #000000;
        width: 730px;
        margin: 0px;
        background-color: #ffffff;
/*        background-color: #ebe5da;*/
           }
           
#header {
        padding: 0px;
        width: 730px;
        }

td.tabcolor{
        background-color: #000000;
           }

#center_block {
        float: left;
        width: 550px;
        }

#center_block td {
        font-size: 13px;
           }
           
.title {
        font-weight: bold;
        color: #513C1B;
        background-color: #e7e1dc;
        }

.title2 {
        font-weight: bold;
        color: blue;
          }
        
.line {
        background-color: #513C1B;
      }

        
#image {
        float: left;
        padding: 0px;
        width: 550px;
       }

#center2 {
        float: left;
        width: 346px;
        padding: 0px 0px 0px 10px;
        line-height: 18px;
        background-color: #ffffff;
         }

#center2 td {
        font-size: 13px;
         }

.list{
        float: left;
        margin-right: 5px;
     }
         
.photo{
        float: left;
        margin-left: 10px;
         }

#menu {
        float: right;
        width: 180px;
        background-color: #ebe5da;
      }
        
#menu td {
        font-size: 13px;
         }

#footer {
        width: 730px;
        background-color: #92887f;
        color: #cccccc;
        text-align: left;
        }
        
#footer td {
        font-size: 13px;
        color: #cccccc;
           }

.left_image{
        float: left;
        padding: 0px 5px 0px 10px;
}