
body {
    background-image: url(../images/main_background.jpg);
    background-repeat: repeat-x;
    background-color: #F4ACC8;
    margin:0;
    padding:0;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14px; 
    color: #000000; 
}

.headers { font-family: "Comic Sans MS", cursive; font-size: 18px; color: #000000; }

a, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#container {
    width: 1000px;
    margin: 0 auto 0 auto;
}

.clearall {
    clear: left;
}

#logo {
    float: left;
    height: 252px;
}

#header {
    float: left;
    height: 252px;
}

#message {
    float: left;
    width: 437px;
    height: 50px;
}

#message_content {
    text-site: 12pt;
    margin-left: 15px;
    font-weight: bold;
    text-align: center;
    width: 300px;
}


#bottom_header {
    float: left;
    width: 563px;
}

#left_content {
    float: left;
    width: 220px;
}

#news {
    width: 200px;
    margin: 0 auto 0 auto;
    margin-left: 40px;
    margin-top: 10px;
}

#news .large {
    color: #6C0436;
    font-weight: bold;
}

#menu {
    background-image: url(../images/menu_background.jpg);
    width: 220px;
    height: 334px;
}

#menu_content {
    padding-left: 50px;
    padding-top: 20px;
}

#menu_content a, #menu_content a:visited {
    text-decoration: none;
}

#main_content {
    float: left;
    margin-left: 40px;
    width: 650px;
    min-height: 650px;
}

#footer {
    background-image: url(../images/footer.jpg);
    width: 1000px;
    height: 110px;
}
