html {
 min-width: 1003px; }

body {
 margin: 0;
 padding: 0;
 background: #AB9E8D; }
 
img {
 border: 0; }
 
#Top {
 position: absolute;
 left: 0;
 top: 0;
 height: 512px;
 width: 100%;
 background: url("../../images/frontend/main-top-bg.gif") 0 100% repeat-x; }
 
#Top div {
 height: 512px;
 min-height: 512px;
 width: 980px;
 background: url("../../images/frontend/main-logo.jpg") 0 100% no-repeat #FBFBFB; }
 
#TopLeftCorner {
 position: absolute;
 left: 0;
 top: 0;
 width: 258px;
 height: 166px;
 background: url("../../images/frontend/main-left-corner.gif") no-repeat; }
 
#TopRightCorner {
 position: absolute;
 right: 0;
 top: 0;
 width: 454px;
 height: 110px;
 background: url("../../images/frontend/main-right-corner.gif") no-repeat; }

#Middle {
 position: absolute;
 left: 0;
 top: 512px;
 height: 135px;
 width: 100%;
 background: url("../../images/frontend/main-bg-middle.gif") repeat-x; }

#Menu {
 padding-top: 14px;
 padding-left: 436px; }  
  
#Menu ul {
 width: 200px;
 list-style-type: none;
 margin: 0;
 padding: 0; }
 
#Menu li {
 float: left;
 margin: 0;
 padding: 0;
 display: block; }
 
#Menu a {
 cursor: pointer; }

#Menu img {
 float: left; }
 
#MiddleBox {
 clear: both;
 font: bold 11px Arial, sans-serif;
 padding-right: 12px;
 text-align: right;
 color: #554633; }

#MiddleBox strong {
 font: bold 12px Arial, sans-serif; }