/* Start of CMSMS style sheet 'Oils: layout' */
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
body {
  text-align: center;
  background-color: #574E37;
  color: #000000;
  font-family: verdana, helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
}
#wrapper {
  text-align: left;
  position: relative;
  margin: 1em auto;
  padding: 0px;
  width: 850px;
  background-color: #574E37;
  color: #333333;
}
#header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 110px;
  background: #574E37 url('/uploads/images/bg_header.png') top center no-repeat;
  color: #000000;
}
#search {
  position: absolute;
  top: 6px;
  right: 12px;
}
#navcontainer {
  margin: 0 181px 0 0;
  padding: 0;
  height: 30px;
  background: transparent url('/uploads/images/bg_navcontainer.png') top left repeat-x;
}
#main {
  margin: 0;
  padding: 0;
  background: transparent url('/uploads/images/bg_main.png') top left repeat-y;
  color: #000000;
}
#homepage #main {
  background-image: url('/uploads/images/bg_main_home.png');
}
#content {
  float: left;
  display: inline;
  margin: 12px 0px 12px 30px;
  width: 610px;
  padding: 0;
  background-color: transparent; /* #A1986E; #847A4B; */
}
#homepage #content {
  margin: 0;
  padding: 0;
  width: 669px;
/*  background-color: #4D4631; */
}
#sidebar {
  float: right;
  display: inline;
  margin: 0 13px 0 0;
  padding: 0;
  width: 166px;
  background: transparent;
  color: #B9B89D;
  line-height: 1.4em;
}
#footer {
  margin: 0;
  padding: 0;
  height: 110px;
  background: transparent url('/uploads/images/bg_footer.png') top left no-repeat;
}
/* End of 'Oils: layout' */

