/* Body */
/* -------------------------------------------------------------------------- */
body { text-align: center; color: #5d5d5b; background: #eeede8 url('../images/bg.jpg') repeat-x; }

/* Wrapper */
/* -------------------------------------------------------------------------- */
#wrapper { width: 980px; margin: 0 auto; padding-bottom: 50px; text-align: left; background: url('../images/bg_top.jpg') no-repeat; }
#overlay { width: 980px;  }

/* Top */
/* -------------------------------------------------------------------------- */
#top { width: 980px; height: 450px; background-color: #ffffff; background: url('../images/bg_top_menu.jpg') no-repeat 0px 182px; }

 #logo { position: absolute; top: 45px; }
 #menu { position: absolute; top: 182px; padding-left: 2px;  width: 223px; z-index: 90}
 #mainPhotoTitle { display:none; position: absolute; top: 80px; padding-left: 380px; color: #5d656b }
 #mainPhoto { position: absolute; top: 106px; padding-left: 230px; width: 513px; height: 339px; z-index: 80}
 #topMenu { position: absolute; top: 144px; margin-left: 746px; width:234px; height:37px; background-color: #9E0B0F; z-index: 70}
 #latest {  position: absolute; top: 200px; padding-left: 765px; }
 
/* Main */
/* -------------------------------------------------------------------------- */
#main { width: 980px; background-color: #ffffff;  padding-bottom: 2px;  }

 #head { width: 750px; height: 31px; background-color: #F5F4F0; padding-left: 226px; margin: 0px 2px 0px 2px }

 #mainWrapper { overflow: auto; background: url('../images/bg_content.jpg') repeat-y;  }
  #mainShadow { overflow: auto; background: url('../images/bg_content_shadow.png') no-repeat;   }

   #sidebar { float: left; width: 225px; }   
   #content { float: left; padding: 35px 25px 25px 25px; width: 705px; font-size: 12px } 

/* Footer */
/* -------------------------------------------------------------------------- */
#footer { width: auto; height: 90px; margin-bottom: 7px; padding-top: 5px; font-size: 11px; color: #e4e4e4; background-image: url('../images/bg_footer.png'); background-repeat: no-repeat; background-position: center 1px;}
  
