BODY {
    background-image:url(./images/bboard.jpg);
    background-repeat:repeat-y;
    background-color:#faebd7;
    font-family:Verdana, Arial, sans-serif;
    color:#000000;
    margin:5px 10px 20px 10px; /* Mozilla 0.9.5 possibly doesn't recognize left & right margins in this format */
}

.menu {
    width:100%;
    background:#cc9900;
    margin-bottom:5px;
    border:2px solid #cc9900;
    font-size:110%;
    color:#000000;
    padding-left:18px;
    padding-top:1px;
    padding-bottom:2px;
}

.menu a:link, .menu a:visited {
    color:#ffff00;
    text-decoration:none;
}

.menu a:hover {
    background-color:#ffcc00;
    color:#000000;
    text-decoration:none;
}

#container {
    width: 100%;
    float: left;
    margin-right: -269px;
}

#centercontent {
    background:#fff5ee;
    margin:5px 269px 5px 10px;
    border:2px solid #cc9900;
    z-index:2;
}

#news {
    float:right;
    width: 246px;
    background:#faebd7;
    margin-right:5px;
    border:2px solid #cc9900;
    z-index:1;
}

#bottom {
    position:relative;
    bottom:5px;
    width:100%;
    padding-top:15px;
    clear: both;
}

h1 {
    font-size:120%;
    font-weight:bold;
    color:#009900;
    margin:6px 10px 8px 10px;
}

h2 {
    font-size:70%;
    margin:0px 10px 8px 10px;
}

p {
    margin:0px 10px 10px 10px;
}

ul {
    margin-right:10px;
}

ol {
    margin-right:10px;
}

a:link,a:visited {
    color:#cc0033;
    text-decoration:underline;
}

a:hover {
    background-color:#ffcc00;
    color:#000000;
    text-decoration:none;
}

#spacerdiv {
    margin-bottom:15px;
}
