
/* positioning */
#body { min-width: 916px; *width: 916px; }
#page2 { width: 872px; margin: auto; }
#page3 { padding: 0px 50px 0px 51px; }
#banner { position: relative; }
#cms_title { position: absolute; top: 7px; width: 100%; text-align: center; z-index: 2; }
#main { padding: 10px; clear: both; }
#content { float: left; width: 540px; }
#sidebar { float: right; width: 200px; }
#footer { padding: 20px 0px; zoom: 1; }
.wide #content { float: none; width: auto; }

/* backgrounds and borders */
#page1 { background: #912f00 url('bg-gradient.png') top repeat-x; }
#page2 { background: white url('page-sides.png') repeat-y; }
#page3 { background: url('page-top.png') top center no-repeat; zoom: 1; }
#footer { background: #ffecd5; border-top: 5px solid #f0d0b5; }

/* banner */
#cms_banner { background: white; text-align: center; }
#cms_title h1 { font-size: 200%; font-family: 'Comic Sans MS', fantasy; }

/* menu */
#cms_siteMenu { background: url('bg-menu.png') center; font-size: 120%; line-height: 2em; }
#cms_siteMenu ul { width: 800px; margin: auto; }
#cms_siteMenu li { background: url('bg-menu.png') center; }
#cms_siteMenu ul ul { width: auto; background: #feecd4; }
#cms_siteMenu li li { background: #feecd4; }
#cms_siteMenu a { color: #902f00; text-decoration: none; font-weight: bold; }
#cms_siteMenu a:hover { background: #902f00; color: white; }

/* misc */
#header { text-align: center; }
#footer { text-align: center; font-size: 80%; }

/* html styles */
body { font-size: 10pt; line-height: 150%; }
h1, h2, h3, h4, h5, h6 { color: #652100; }
a { text-decoration: none; color: #652100; }
a:hover { color: red; text-decoration: underline; }
td { padding: 6px; }
p { margin: 1em 0em; }
