/* Start of CMSMS style sheet 'layout.css' */
html {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, helvetica, sans-serif;
  font-size: small;
}
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ont-size: small; /* for other versions of IE */
}
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 760px;
  background: #ffffff url('/uploads/images/bg_content.jpg') top left repeat-y;
}
#header {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 190px;
  background: transparent url('/uploads/images/bg_header.jpg') top left no-repeat;
}
#content {
  margin: 0px 10px 0px 8px;
  padding: 0px;
  text-align: left;
}
#separator {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
body#homepage #separator {
  height: 16px;
}
#main {
  float: right;
  display: inline;
  margin: 0px 40px 0px 0px;
  padding: 0px;
  width: 500px;  
}
#sidebar {
  margin: 0px;
  padding: 0px;
  width: 162px;
}
#footer {
  position: relative;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 127px;
  width: 760px;
  background: transparent url('/uploads/images/bg_footer.jpg') bottom left no-repeat;
}
body#homepage #footer {
  background-image: url('/uploads/images/bg_footer_homepage.jpg');
}
/* End of 'layout.css' */

