body{
  margin:0;
  padding:0px;
}
#mastercontainer {
  text-align:center;
}
#pagecontainer {
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  width:850px;
}
#headercontainer{
  margin-top:5px;
  margin-bottom:5px;
  background-image:url(/esono/images/gastro/header.gif);
  background-repeat:no-repeat;
  height:108px;
  position: relative;
}
#bodycontainer{
  margin-left:10px;
  margin-right:10px;
}

#leftcolumncontainer{
  width:175px;
  overflow:hidden;
  float:left;
}
#leftcolumncontainerpadding{
  padding-right:20px;
}

#rightcolumncontainer{
  width:193px;
  float:right;
  overflow:hidden;
}

#rightcolumncontainerpadding{
  padding:0px 0px 0px 20px;
  margin:0;
}
#centercolumncontainer{
  float:left;
  width:462px;
  overflow:hidden;

}

#footercontainer{
  clear:both;
  margin-top:5px;
  margin-bottom:5px;
}

#mainmenucontainer {
}

#breadcrumbcontainer {
  margin-top:5px;
  margin-bottom:15px;
}

/* needed to place the text into the breadcrumb and footer container */
.linecontent {
  position: relative;
  padding-left:6px;
  padding-right:4px;
  padding-top:3px;
  padding-bottom:0px;
  margin-bottom:0px;
  line-height:13px;
}
#footercontainer .linecontent, #breadcrumbcontainer .linecontent {
  line-height:13px;
}

.cleardiv {
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
}
