
/* positioning */
#body { margin: 15px auto; width: 807px; }
#content { padding: 18px; }
#footer { padding: 15px; }
#banner { text-align: center; }
#menu { margin: 5px 0px; }

/* backgrounds */
body { background: black; }
#menu, #menu ul ul { background: url('images/background2.gif'); }

/* menu */
#menu { line-height: 180%; }
#menu ul ul { background: black; border-color: white; }
#menu li { width: 133px; }
#menu li li { width: 150px; }
#menu a { 
  color: white; text-decoration: none; font-weight: normal; 
  font-size: 85%; text-transform: lowercase; 
}
#menu a:hover { color: #bd6f47; }

/* misc */
#banner { font-size: 8pt; }
#banner a { color: white; text-decoration: none; }
#banner a:hover { color: #bd6f47; }
#footer { text-align: center; font-size: 85%; font-family: Times, serif; }
#footer a { color: white; text-decoration: none; }

/* 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; }
