* {
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFCC99;
    color: #000000;
}

a, a:visited, a:active {
    color: #990000;
}

div.clear {
    clear: both;
}

#header {
    width: 900px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #990000;
}

#header div.container {
    border: #006600 1px solid;
    margin: 5px 5px 5px 5px
}

#header div.container div.left {
    width: 552px;
    float: left;
}

#header div.container div.left img {
    border: 0;
}

#header div.container div.right {
    width: 300px;
    padding-top: 10px;
    text-align: center;
    float: left;
    padding-left: 4px;
    font-size: 130%;
    color: #ffffff;
}

#page-wrapper {
    width: 900px;
    margin: 0 auto;
}

#page-wrapper div.container {
    margin-top: 15px;
    margin-bottom: 15px;
}

#category-selection {
    width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
}

#category-selection div.title {
    background-color: #990000;
    color: #ffff00;
    padding: 4px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 120%;
}

#category-selection div.content {
    padding: 4px;
}

#category-selection div.content > table {
    width: 100%;
}

#category-selection div.content > table td {
    width: 180px;
    padding: 2px;
}

#category-selection div.content > table td a {
    font-size: 120%;
    line-height: 17px;
}

#category-selection div.footer {
    background-color: #990000;
    color: #ffffff;
    padding: 4px;
    text-align: center;
}

div.contentbox {
    background-color: #ffffff;
}

div.contentbox div.title {
    background-color: #990000;
    color: #ffff00;
    padding: 4px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 120%;
}

div.contentbox div.content {
    padding: 4px;
}

div.contentbox div.content > table {
    width: 100%;
}

div.contentbox div.content > table td {
    padding: 2px;
}

div.contentbox div.content > table td a {
    font-size: 120%;
    line-height: 17px;
}

div.featured-item img {
    float: left;
    width: 120px;
    height: 60px;
    margin: 5px;
    border: 0;
}

a.featured-link {
    color: #000000;
    font-size: 120%;
    font-weight: bold;
}

div.other-item {
    font-size: 75%;
}

a.other-link {
    color: #000000;
    font-size: 90%;
    font-weight: bold;
}
    
    
