
body {
    background-color: #CCCCCC;
    font-family: Verdana, Sans-Serif;
}

h2 {
    color: #04557C;
    margin: 0px;
    font-size: 1.1em;
}

#page {
    width: 750px;
    margin: auto;
}

#header {
    background-color: #288EC0;
    margin: 0;
    height: 100px;
}

#header h1 {
    color: #04557C;
    color: #000000;
    margin: 0px;
    padding: 19px;
}

#top_menu {
    position: relative;
    list-style-type: none;
    font-weight: bold;
    background-color: #FFC42A;
    padding: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

#top_menu li {
    position: relative;
    display: inline;
    margin-right: 10px;
}

#top_menu li a{
    font-size: 0.8em;
}

#right_column {
    float: right;
    padding: 10px;
    background-color: #ff3500;
    margin-top: 5px;
    margin-left: 10px;
}

#side_menu {
    position: relative;
    list-style-type: none;
    padding: 7px;
    margin-bottom: 0px;
}

#side_menu li {
    position: relative;
    padding-bottom: 3px;
}

#side_menu li a{
    font-size: 0.8em;
    color: #ffffff;
}

#left_column {
    margin-top: 5px;
    background-color: #ffffff;
    min-height: 600px;
    padding: 20px;
}

#top_minifridge_picture {
    margin-bottom: 10px;
}

#footer {

}

#footer p {
    text-align: center;
}

#footer_menu {
    text-align: center;
    position: relative;
    list-style-type: none;
    font-weight: bold;
    padding: 3px;
    margin: 0px;
    background-color: #FFC42A;
}

#footer_menu li {
    display: inline;
    position: relative;
    padding: 5px;
    font-size: 0.8em;
}


