/* Start of CMSMS style sheet 'layout' */
body {
  margin: 0;
  padding: 0;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: small;
  text-align: center;
  background-color: #adc4e3;
  color: #000;
}
* 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: 0;
  width: 760px;
  text-align: left;
}
#header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 760px;
  background: #adc4e3 url(/uploads/images/bg_header.png) top center no-repeat;
  color: #000;
}
#main {
  position: relative;
  background: url(/uploads/images/bg_main.png) top right repeat-y;
  color: #000;
}
#content {
  position: relative;
  display: inline;
  float: right;
  margin: 6px 30px;
  padding: 0;
  width: 579px;
}
#sidebar {
  float: right;
  margin: 0;
  padding: 0;
  width: 117px;
}
#footer {
  clear: both;
  margin: 0;
  padding: 4px 0 0 120px;
  text-align: center;
}
/* End of 'layout' */

