html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; }
body { background-color: #c36d06; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #683802; background-repeat: repeat-x; }

li { margin: 0 0 5px 0; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 28px; color: #753E02; font-weight: normal; padding: 0 0 8px 0; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #c36c06; font-weight: normal; border-bottom: 1px solid #e8b969; padding: 0 0 5px 0; margin: 40px 0; text-align: center; text-transform: uppercase; }
h3{  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #753E02; font-weight: bold; padding: 15px 0 -15px 0; }
h4 { font-size: 20px; font-weight: normal; }


a:link { text-decoration: underline; color: #385ca4; }
a:active { text-decoration: underline; color: #6da6dc; }
a:visited { text-decoration: underline; color: #6da6dc; }
a:hover { text-decoration: none; color: #6da6dc; } 



/* IDs */

#border { width: 820px; padding: 10px 0; margin: 0 10px; background-color: #ba6005; }
#wrapper { width: 800px; text-align: left; margin: 0; padding: 0; }

#content-wrapper { width: 800px; margin: 0; padding: 0; background-color: #F8DA94; }
#content { width: 720px; margin: 0; padding: 20px 40px 0 40px; text-align: left; }

#navigation { height: 137px; text-align: center; background-image: url(../images/nav_bg.jpg); background-repeat: repeat-x; background-position: bottom; }


/* CLASSES */

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 
.clearer { display: block; clear: both; height: 0; overflow: hidden; }
