body {
    background-color: #000000;
    color: #CBCBCB;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #000000;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border-top-style: ridge;
    margin: auto;
    border-right-color: #CBCBCB;
    border-left-color: #CBCBCB;
    border-bottom-color: #CBCBCB;
    border-top-color: #CBCBCB;
    width: 800px;
    min-height: 600px;
    text-align: center;
    clear: both
}

#branding {
    width: inherit;
    border-bottom-color: #CBCBCB;
    border-bottom-style: ridge;
    border-bottom-width: 1px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-indent: 9999px;
    background-image: url(banner.gif);
    
}

h1#branding {
    text-indent: 9999px;
}

#container {
    clear: both;
}

#menu {
    float:left;
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
}

#menu a {
    border:1px solid #00CCFF;
    color:#CDCDCD;
    float:left;
    font-family:Geneva,Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    margin:-1px;
    padding:5px;
    text-decoration:none;
    text-transform:uppercase;
}

#menu a:hover{
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: blue;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #00CCFF;
    border-left-color: #00CCFF;
    border-bottom-color: #00CCFF;
    border-top-color: #00CCFF;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -3px;
    margin-top: -3px;
    font-weight: bold;
    font-style: italic;
}

#ads {
    float:right;
    width:150px;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border-top-style: ridge;
    border-left-color: #CBCBCB;
    border-bottom-color: #CBCBCB;
    border-top-color: #CBCBCB;
    min-height: 600px;
    clear: both;
    margin-top: -30px;
}

#content {
    margin-top: 50px;
}

#footer {
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border-top-style: ridge;
    border-left-color: #CBCBCB;
    border-bottom-color: #CBCBCB;
    border-top-color: #CBCBCB;
}
