body {
    background: #c1e1ec;
    font-family: Georgia, sans serif;
}

h1 {
    font-family: Georgia, sans serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20pt;
}

p {
    font-family: Georgia, serif;
    font-size: 14pt;
}

ul#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

ul#menu li {
    font-family: Georgia, serif;
    font-size: 12pt;
    font-weight: bold;
    float: left;
}

ul#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

ul#menu li img {
    height: 40px;
    width: auto;
}

ul#menu li.current a {
    border-bottom: 5px solid red;
    padding-bottom: 11px;
}

ul#menu li#logo a {
    display: block;
    padding: 5px 16px;
}

ul#menu li a:hover {
    background-color: #111111;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #c1ece2;
    text-align: center;
}

.left {
    width: 40%;
    height: auto;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid black 2px;
    margin-bottom: 20px;
    max-width: 400px;
}

.right {
    width: 40%;
    height: auto;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid black 2px;
    margin-bottom: 20px;
    max-width: 400px;
}

.clear {
    clear: both;
}

.footerspace {
    clear: both;
    height: 50px;
}