/* ================================== */
/*  Webworks CSS : Layout Styles  */
/* ================================== */

html, body {
  height: 101%;
}

body {
  background: #EEEDE5 url(../images/bgBody.png) repeat-y center top;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 68.75%;
  line-height: 1.5;
}


/* --- Main outer Elements ------------------------------------- */

#pagecenter {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -47px;
  width: 772px;
}

#header {
  background: transparent url(../images/bgHeader.png) no-repeat 0 0;
  height: 176px;
  position: relative;
}

.contentproduction #header {
	background: transparent url(../images/bgHeader_content.png) no-repeat 0 0;
}

#cols {
  padding: 60px 0 10px 0;
}

#side {
  float: left;
  padding: 0 72px 0 42px;
  width: 140px;
}

#content {
  float: left;
  width: 492px;
}

#content.content {
  padding-left: 17px;
  width: 320px;  
}

#plus {
  float: left;
  padding-left: 17px;
  /*width: 133px;*/
 width: 153px;
}

#footer, #push {
  height: 47px;
}

#footer {
  background: transparent url(../images/bgFooter.png) no-repeat 0 0;
  margin: 0 auto;
  width: 772px;
}

.contentproduction #footer {
	background: transparent url(../images/bgFooter_content.png) no-repeat 0 0;
}