
/* positioning */
#page { margin: 30px auto; width: 782px; border: 1px solid #959596; }
#banner { position: relative; }
#cms_title { position: absolute; top: 10px; left: 25px; z-index: 2; }
#content { float: left; padding: 30px 10px 30px 35px; width: 500px; }
#sidebar { padding: 10px 10px 20px 550px; }
#footer { padding: 20px 0px; margin: 10px; clear: both; zoom: 1; }
.wide #content { float: none; width: auto; }

/* backgrounds and borders */
body { background: url("background.gif"); }
#page { background: #fff url("watermark.jpg") 0px 420px no-repeat; }
#header { background: #333; }
#footer { background-color: #cfff99; }
#cms_banner { margin: 10px 10px 0px; border: 1px solid #333; }
  
/* menu styles */
#cms_siteMenu { margin: 0px 10px; width: 762px; border-bottom: 1px solid #333; }
#cms_siteMenu ul { background: #333; }
#cms_siteMenu li { color: #fff; background: inherit; }
#cms_siteMenu li a { padding: 10px; text-decoration:none; color: #fff; }
#cms_siteMenu li a:hover { color: #333; background: #9dff30; }

/* misc */
#cms_title h1 a { color: white; font-size: 120%; }
#footer { text-align: center; }

/* general styles */
body {
  font-size: 12px; color: #222;
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
  line-height: 170%;
}
a { color: #003300; text-decoration: none; }
a:hover { text-decoration: underline; }

