
body, div {
   font-family: sans-serif, Verdana, Helvetica;
   font-size: small;
  }
body {
   background-color: #EAEAE8;
  }

img {
   border : 0;
  }

div.global {
   padding: 0;
   margin: auto;
   width: 800px;
  }

div.admGlobal {
   padding: 0;
   width:1200px;
   margin:0 auto;
}

div.wrapper {
    float:left;
    width:100%;

}

div.centralList {
    margin: 0 400px;
}


div.leftList {
    float:left;
    width:400px;
    margin-left:-1200px;
}

div.rightList {
    float:left;
    width:400px;
    margin-left:-400px;
}


div.layoutTopLeft {
   background-image: url('../img/layout/top_left.jpg');
   position: relative;
   float: left;
   width: 370px;
   height: 109px;
  }

div.layoutTopRight {
   background-image: url('../img/layout/top_right.jpg');
   position: relative;
   float: right;
   width: 430px;
   height: 109px;
  }

div.layoutToBody {
   clear: both;
   background-image: url('../img/layout/top_to_body.jpg');
   width: 800px;
   height: 12px;
  }



div.layoutConteiner {
   background-color: #DAECF0;
   width: 800px;
   min-height: 20px;
  }

div.layoutBody {
   margin-left: 229px;
  }

div.layoutBodyW {
   background-color: #DAECF0;
   margin-left: -229px;
   width: 100%;
   float: right;
   background-image: url('../img/layout/menu_bottom.jpg');
   background-position: bottom left;
   background-repeat: no-repeat; 
  }

div.layoutMenuTop {
   float: left;
   background-image: url('../img/layout/menu_top.jpg');
   background-position: top;
   background-repeat: no-repeat; 
   background-color: #DAECF0;
   width: 229px;
   height: 104px;
  }

div.layoutMenuBottom {
   width: 229px;
   height: 82px;
   bottom: 0;
   float: left;
   clear: left;
   background-image: url('../img/layout/menu_bottom.jpg');
   background-position: bottom;
   background-repeat: no-repeat; 
   background-color: #DAECF0;
  }



/* #################################################### */
div.layoutToBottom {
   clear: both;
   background-image: url('../img/layout/body_to_bottom.jpg');
   width: 800px;
   height: 14px;
  }

div.layoutBottom {
   background-image: url('../img/layout/bottom_foot.jpg');
   width: 800px;
   height: 39px;
  }
