/* Start of CMSMS style sheet 'Edithstein container' */
#wrapper{
background: url(uploads/site/images/layout/bg_content.png) bottom left no-repeat;
  float: left;
  height: auto;
  width: 1110px;
}
#header{
  display: inline;
  height: 193px;
  text-align: left;
  width: 100%;
}
#header-left{
  background: url(uploads/site/images/layout/bg_header-left.png) top left no-repeat;
  float: left;
  height: 193px;
  width: 205px;
}

#header-right{
  background: url(uploads/site/images/layout/bg_header-right.png) top left no-repeat;
  float: left;
  height: 193px;
  width: 900px;
}

#content{
  height: auto;
  min-height: 550px;
  text-align: left;
  width: 100%;
}

#menu_main{
  float: left;
  height: auto;
  width: 180px;
} 
#main{
  float: left;
  height: auto;
  margin: 0 8px 0 5px;
  width: 900px;
}

#main2{
  float: left;
  height: auto;
  margin: 0 5px 0 5px;
  width: 630px;
}


#sub{
  border: 3 px solid #FFF;
  float: left;
  height: auto;
  padding: 5px;
  width: 140px;
}
#footer{
  height: 40px;
  width: 100%;
}
/* End of 'Edithstein container' */

