
/* positioning */
#body { margin: auto; width: 760px; }
#main { margin: 0px 10px; }
#banner { padding: 20px; }
#content { padding: 18px; }
#footer { padding: 10px; text-align: center; }

/* backgrounds */
body { background: #c0c0c0; }
#page { background: url('images/shadow-left.png') left repeat-y; }
#page2 { background: url('images/shadow-right.png') right repeat-y; }
#main { background: white; }
#menu { background: #dcdcdc; border-top: 1px solid #939393; border-bottom: 1px solid #939393; }
#footer { background: #dcdcdc; border-top: 1px solid #939393; }

/* menu */
#menu { line-height: 180%; }
#menu li { width: 148px; }
#menu a { text-decoration: none; font-weight: bold; }
#menu a:hover { color: navy; }

/* misc */
#banner h1 { font-size: 150%; }
#footer { color: #555; font-size: 85%; }

/* html styles */
body {
  font-family: Trebuchet, Helvetica, Arial, sans-serif;
  font-size: 14px; line-height: 150%;
}
a { text-decoration: underline; font-weight: normal; color: #cf7c00; }
a:hover { color: navy; }
td, th { padding: 5px; }
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a { color: #cf7c00; /* #ff9900 */ }
