body {
    background: #eeeeee;
}

div#header {
    height: 144px;
    background: url(../img/header-background.png) top left repeat-x;
}

div.inner {
    width: 908px;
    margin: 0px auto 0px auto;
    position: relative;
}

a#logo {
    position: absolute;
    top: 29px;
    left: 3px;
}

a#logo img {
    border: none;
}

img#chain-of-survival {
    position: absolute;
    top: 20px;
    right: 0px;
}

div#body {
    background: white url(../img/body-background.png) bottom left repeat-x;
}

div#content {
    width: 567px;
    float: left;
    padding: 5px 30px 5px 0px;
    margin: 0px 0px 38px 0px;
    border-right: 2px #313291 dashed;
}

div#breadcrumbs {
    border-bottom: 1px #313291 dashed;
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 20px 0px;
    color: #606060;
    font-size: 85%;
}

div#sidebar {
    width: 279px;
    float: left;
    padding: 0px 0px 0px 30px;
}

ul#nav-primary {
    list-style: none;
    padding: 20px 0px 0px 0px;
    font-size: 125%;
    font-weight: bold;
}

ul#nav-primary li {
    margin: 0px 0px 12px 0px;;
}

ul#nav-primary a.here {
    border-top: 1px #313291 dashed;
    border-bottom: 1px #313291 dashed;
}

ul#nav-primary a:hover {
    text-decoration: none;
    border-top: 1px #606060 dashed;
    border-bottom: 1px #808080 dashed;
}

div#footer {
    height: 33px;
    padding: 20px 0px 0px 0px;
    font-size: 85%;
    background: url(../img/footer-background.png) bottom left repeat-x;
}

div#votelinks {
    position: absolute;
    background: url(../img/votelinks-background.png) top left no-repeat;
    height: 98px;
    top: -81px;
    right: 0px;
    padding: 79px 0px 0px 30px;
}