
/* page layout */
body { margin: 0px; padding: 10px; }
#page { margin-left: auto; margin-right: auto; width: 602px; position: relative; }
#banner { width: 100%; height: 127px; position: relative; }
#banner img { border: 1px solid black; }
#main { border: 1px solid black; zoom: 1; }
#main:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#sidebar { position: relative; float: left; width: 120px; padding: 8px 2px; z-index: 1; }
#content { position: relative; float: left; width: 448px; padding: 8px; }
#footer { 
  margin-top: 3px; border-width: 1px; border-style: solid; position: relative; 
  height: 50px; padding: 2px; clear: both; 
}

/* backgrounds */
body { background: #dc970e url('images/page_bg_orange.jpg') top left repeat-x; }
#footer { background: url('images/footer_bg_orange.jpg') repeat; }
#main { background: url('images/content_bg.jpg') repeat; }

/* menu styles */
#menu ul { text-align: center; }
#menu li { width: 120px; }

/* misc */
#footer { text-align: center;  font-size: 8pt; }

/* html styles */
body { 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9.5pt; line-height: 150%;
}

a:hover { color: #7b5f00; text-decoration: underline; }
a { color: #7b5f00; text-decoration: none; }
h1 { border-bottom: 1px solid #7b5f00; }
h1, h2, h3, h4, h5, h6 { color: #7b5f00; }

