body {
  background:#BEC3C6 url(bg.jpg) repeat-x;
  margin: 0px;
}
#wrapbg {
  display: block;
  height: 600px;
  background: url(light.jpg) center top no-repeat;
}
#wrapper {
  margin-top: 20px;
  width: 967px;
}
div.logintop {
  padding-bottom: 16px;
  border-bottom: 2px solid #ddd;
    color: #fff;
}
div.logintop a {
  color: #fff;
}

div.rss {
  color: #fff;
  text-align: right;
}

div#header {
  background: white;
  padding-top:5px;
  width: 967px;
  height: 180px;
  background: url(header.jpg) center top no-repeat;
}
div#headernav {
  padding: 20px;
  padding-top: 10px;
  width: 917px;
}
/* footer */
div#footer {
  margin-top: 0px;
  width: 967px;
}
/* breadcrumbs */
div.breadcrumbs {
  padding-bottom: 5px;
  margin-bottom: 0px;
  padding-left: 10px;
}
/* sectionheader with section name */
div.sectionheader {
    padding-left: 10px;
  width: 956px;
}
/* white backgrounds */
#wrapper,
#header,
div.colmask,
#footer {
  background: white;
}
/* change column layout */
.rightmenu .colleft {
        margin-left: -375px;
}
.colmask {
  width: 967px;
}
.rightmenu .col1 {
        margin:0 10px 0 386px;
}
.rightmenu .col2 {
        width: 352px;
        left: 363px;
}
/* get rid off lines */
div#navmain ul {
  border-top: 0px solid #ddd;
}
div.logintop {
  border-bottom: 0px solid #ddd;
}
.colmask {
  border-right: 0px solid #ddd;
}