* {
    font-family: Verdanan, sans-serif;
    font-size: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}

body {
    font-size: 80%;
    background: #441d0f url("../img/background.png") top left repeat;
}

div#container {
    width: 798px;
    margin: 0px auto 0px auto;
    background: #806b4c url("../img/container-background.png") top left repeat-y;
}

div#header {
    height: 253px;
    width: 798px;
    background: #fbe0ba url("../img/header-background.jpg") top left no-repeat;
    position: relative;
}

a#branding {
    top: 43px;
    height: 147px;
    width: 150px;
    left: 603px;
    position: absolute;
}

a#branding span {
    display: none;
}

ul#nav-primary {
    position: absolute;
    top: 203px;
    left: 204px;
    padding: 4px 0px 0px 4px;
}

ul#nav-primary li {
    float: left;
    display: inline;
    height: 35px;
    margin: 0px 5px 0px 0px;
}

ul#nav-primary li a {
    padding: 6px 10px 5px 10px;
    height: 16px;
    color: #fbe0ba;
    font-weight: bold;
    font-family: Georgia, serif;
    text-decoration: none;
    display: block;
    float: left;
}

ul#nav-primary li a:hover {
    color: white;
}

ul#nav-primary a.here {
    border: 1px #9d4703 solid;
    padding: 5px 9px 4px 9px;
}

div#content-primary {
    float: left;
    width: 427px;
    display: inline;
    margin: 0px 0px 0px 40px;
    padding: 15px 30px 10px 30px;
    color: #4a2010;
    font-size: 90%;
    min-height: 300px;
}

ul#breadcrumbs {
    list-style: none;
    margin: 0px -20px 20px -20px;
    padding: 0px 0px 0px 0px;
    height: 27px;
    background: transparent url("../img/breadcrumbs-background.png") 5px 24px no-repeat;
}

ul#breadcrumbs li {
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 17px 0px 10px;
    font-size: 110%;
    font-family: Georgia, serif;
    background: transparent url("../img/breadcrumb-separator.png") center right no-repeat;
}

ul#breadcrumbs li.last {
    background: none;
}

ul#breadcrumbs a {
    font-family: Georgia, serif;
    color: #4a2010;
    text-decoration: none;
    font-weight: bold;
}

ul#breadcrumbs a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-size: 225%;
    margin: 10px 0px 20px 0px;
    clear: both;
}

h2 {
    font-family: Georgia, serif;
    font-size: 150%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

p {
    margin: 0px 0px 20px 0px;
    line-height: 1.5em;
}

a {
    color: #4a2010;
    text-decoration: underline;
}
    
a:hover {
    text-decoration: none;
}

ul, ol {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 30px;
}

li {
    margin: 0px 0px 5px 0px;
}

table {
    border: 2px #4a2010 solid;
    border-collapse: collapse;
    margin: 0px 0px 20px 0px;
}

th {
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    vertical-align: bottom;
    text-align: left;
    border: 1px #4a2010 solid;
    border-bottom: 2px #4a2010 solid;
}

td {
    padding: 5px 10px 5px 10px;
    vertical-align: top;
    text-align: left;
    border: 1px #4a2010 solid;
}

img {
    padding: 1px 1px 1px 1px;
    border: 1px #4a2010 solid;
}

sup, sub {
    font-size: 90%;
}

div#content-secondary {
    float: left;
    width: 177px;
    display: inline;
    margin: 0px 0px 0px 14px;
    padding: 17px 20px 10px 20px;
    color: #4a2010;
    font-size: 90%;
    min-height: 300px;
}

div#footer {
    clear: both;
    height: 87px;
    width: 798px;
    color: #fbe0ba;
    background: #fbe0ba url("../img/footer-background.png") top left no-repeat;
    position: relative;
}

div#footer a {
    color: #fbe0ba;
    text-decoration: underline;
}

div#footer a:hover {
    color: white;
}

div#copyright {
    position: absolute;
    top: 22px;
    left: 50px;
}

div#votelink {
    position: absolute;
    top: 22px;
    right: 55px;
}