
/* positioning */
#body { margin: 0px auto; width: 807px; }
#main { position: relative; padding: 18px; margin-top: 9px; }
#content { float: left; width: 573px; padding-right: 18px; }
#sidebar { float: right; width: 180px; }
#footer { padding: 15px; clear: both; }
#banner { text-align: center; }
#menu { margin: 5px 0px; }
.wide #content { float:none; width: auto; }

/* backgrounds */
body { background: black; }

/* banner and menu */
#cms_title { text-align: center; left: 0px; top: 72px; width: 100%; position: absolute; }
#cms_title a { text-decoration: none; }
#cms_siteMenu { line-height: 180%; }
#cms_siteMenu ul ul { background: black; border-color: white; }
#cms_siteMenu a { 
  color: white; text-decoration: none; font-weight: normal; text-transform: lowercase; 
}
#cms_siteMenu a:hover { color: #bd6f47; }

/* misc */
#footer { text-align: center; font-size: 85%; font-family: Times, serif; }
#footer a { color: white; }

/* html styles */
body {
  font-family: Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 10pt; line-height: 150%; color: white;
}
a { text-decoration: underline; color: #bd6f47; }
a:hover { color: yellow; }
td, th { padding: 5px; }
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a { color: #bd6f47; }
