body {
	background: #E7EBF2 url(../images/bg-main.jpg) repeat-x ;
	color: #333;
	font-size: 11px;
	padding: 0 0 40px;
}

* html body {
    text-align:center;
}

#bg-main {
  background: url(../images/bg.png) repeat-y;
}

* html #bg-main {
  text-align:left;
}

#bg-top {
  background: url(../images/bg-top.png) no-repeat;
}
#head1 {
  height:93px;
}
#head2 {
  height:214px;
}
#top {
  background: url(../images/bluebar.png) no-repeat;
  height:28px;
}
#bottom {
  background: url(../images/bg-bottom.png) left bottom no-repeat;
  height:59px;
}

* html .container_12 .grid_8 {
  width:610px;
}

#leftmenu {
  background: url(../images/bg-leftmenu.png) repeat-x;
  min-height:370px;
}
* html #leftmenu { height:370px; }

#leftcontent {
  font-size: 12px;
  margin: 20px 10px 40px 10px;
}

#maincontent {
  font-size: 12px;
  margin: 20px 0px 40px 10px;
  min-height:370px;
  width:560px;
}
* html #maincontent { height:370px; }

.moduletable, .moduletable_menu {
  margin-bottom:20px;
}

.justprinter {
  height:0px;
  overflow:hidden;
  visibility:hidden;
}
