
/* positioning */
#page { margin: auto; width: 1000px; }
#banner { height: 192px; overflow: hidden; }
#content { padding: 25px; width: 650px; float: left; }
#sidebar { padding: 25px; width: 250px; float: right; }
#footer { clear: both; padding: 10px; }

/* backgrounds */
#page { background: white; border: solid black; border-width: 0px 1px; }

/* menu */
#menu { background: #3e3126; line-height: 180%; }
#menu li { width: 166px; }
#menu a { color: white; text-decoration: none; font-weight: bold; text-transform: lowercase; }
#menu a:hover { color: yellow; }

/* misc */
#footer { color: #555; font-size: 85%; text-align: center; }

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