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

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

h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 1.0em;
}

#page {
    width: 750px;
    margin: auto;
	border: 1px solid #0F858B;
}

#header {
    background-color: #0F858B;
    margin: 0;
    height: 110px;
}

#header h1 {
    color: #04557C;
    color: #023F42;
    margin: 0px;
    padding: 25px;
}

#top_menu {
    position: relative;
    list-style-type: none;
    font-weight: bold;
    background-color: #FFC42A;
    padding: 3px;
    margin-bottom: 0px;
    margin-top: 10px;
    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: #FFC42A;
    margin-top: 0px;
    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 {
    background-color: #ffffff;
    min-height: 600px;
    padding: 20px;
}

#top_picture {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}


#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;
}

#copyright p {
    text-align: center;
}
