body, table {
   background: #fff;
   font-family: arial, helvetica, sans-serif;
   /* font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; */
   font-size: 10pt;
   margin: 0px 0px 0px 0px;
}

a {
  color: #FB6916;
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

a:hover {
   color: #6496EA;
}

#maincontainer{
   border-right: 1px solid #000;
   border-bottom: 1px solid #000; 
   width: 900px;
}

#topnav{
   background: #6A3212;
   border: 1px solid #000;
   text-align: right;
}

#topnav a{
   color: #fff;
   text-decoration: none;
}

#topnav a:hover{
   color: #E2C6B7;
}

#logo_container {

}

#banner {
  position: absolute;
  left: 147px; 
  top: 35px;
}

#banner_old {
  position: absolute;
  left: 647px; 
  top: 25px;
}

#main_left, #sub_left{
   background: #E7DED9;
   /* top right bottom left*/
   padding: 10px 5px 0px 5px;
}

#main_right{
   border-left: 1px solid #000;
}

#sub_left {
   padding: 3px 0px 0px 0px;
}

#sub_left a{
   display: block;
   padding: 10px 5px 10px 5px;
   border-top: 1px solid #000;
   background: #A58563;
   color: #fff;
   text-decoration: none;
   font-weight: bold;
   text-align: center;
   border-bottom: 0px;
}

#sub_left a:hover{
   background: #A3A563;
}

#footer_bar {
   background: #3E1D0A;
   border-top: #000;
   border-bottom: #000;
}

#footer {
   text-align: center;
   font-size: 12px;
   font-weight: bold;
}

#gallery_container {
   text-align: center;
}

#image_title {
   font-weight: bold;
   font-size: 15px;
   padding-bottom: 7px;
   padding-top: 7px;
}

#gallery_image {
   border: 10px solid #6A3212;
   width: 300px;
   margin: 0 auto;
}

#gallery_image a {
   border: 0px;
   padding: 0px;
   margin: 0px;
}

#image_description {
   padding: 7px 0px 7px 0px;   
}

#catalog_menu {
   border: 1px solid #22441E;
   background: #C9D0CB;
   width: 93%;
   margin: 0 auto;
   padding: 8px 15px 15px 15px;
   margin-top: 20px;
   margin-bottom: 20px;
   text-align: center;
}

#catalog_menu a {
   border: 0px;
}

.gallery_img_catalog {
   border: 1px solid #22441E;
}

.gallery_img_catalog_current {
   border: 5px solid #6A3212;
}

.body_text {
   margin: 10px 10px 10px 10px;
}

.parragraph {
   margin: 10px 0px 10px 0px;
}

.section_title, .section_title_small {
   color: #6A3212;
   font-weight: bold;
   font-size: 18px;
   border-bottom: 1px solid #6A3212;
   margin-bottom: 10px;
}

.section_title_small {
   width: 28%;
}

.stronger {
   font-weight: bold;
}

td.td_title {
   background: #ccc;
   border: 1px solid #999;
}
td.td_body {
   border: 1px solid #ccc;
}
