body {
    cursor: default;
    margin: 10px 0;
    background: #ffffcc;
    color: #000000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    color: #C8000C;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 2em;
    margin: 1em 0;
}

h2 {
    color: #E6EC6C;
    background: #C8000C;
    margin-top: 0px;
    margin-right: 10px;
    font-size: 1.1em;
    line-height: 2em;
    text-indent: 0.5em;
}

h3 {
    font-size: 1.1em;
}

a {
    color: #C8000C;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #7D1517;
    border-bottom: 1px solid;
}

a:visited {
    color: #C8000C;
}

img {
    border: 0;
}

#page {
    width: 775px;
    margin: 0 auto;
    color: #000;
    background: #FFFFCC;
    text-align: left;
}

    #header {
    width: 100%;
    height: 136px;
    background: url(spanjeforum2.jpg) top right no-repeat;
    }
    #header h1 {
    margin: 0;
    border: none;
}

/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#FFFFCC;display:block;padding:0px 0 10px 183px;}
#foxmenu{position:relative;display:block;height:24px;font-size:14px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#E6EC6C;text-decoration:none;padding:5px 40px 0 40px;height:19px;background:transparent url(foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background: #FF5159;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#C8000C;background:#FFFFCC;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


    #content {
    float: left;
    width: 580px;
    padding: 10px 0px 10px 10px;
    background: #FEFFEF;
    border: solid #C8000C 1px;
}

    #sidebar {
    margin: 0 0 0 0px;
    padding: 0 10 0 0px;
    float: left;
    width: 183px;
}

    #footer {
    clear: both;
    margin: 0;
    background: #c8000c;
    text-align: center;
    font-size: 14px;
    color: #E6EC6C;
    line-height: 2em;
}
    
    #footer li {
    display: inline;
    padding: 0 1em 0 0;
}

    #footer a {
    color: #E6EC6C;
}

p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 5px;
    padding-top: 0px;
}