* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #0868AC;
    padding: 10px;
    font-family: "Trebuchet MS", Arial;
    color: #ffffff;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

div#main {
    width: 770px;
    margin: auto;
    
}

div#top {
    overflow: hidden;
    
    width: 700px;
    margin: auto;
}


div#top img {
    float: left;
    margin-right: 15px;
}

div#top h1 {
    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    margin-top: 10px;
}

div#top p {
    font-size: 16px;
    color: #000000;
}

div#middle {
    overflow: hidden;
    margin-top: 20px;
}

div#middle img, div#middle div {
    margin-bottom: 10px;
}

div#middle .left {
    float: left;
    margin-right: 10px;
}

div#middle .right {
    float: right;
}

div#links {
    font-size: 12px;
    width: 240px;
}

div#links ul {
    list-style-type: none;
}

div#links ul li {
    margin-bottom: 5px;
}

div#bottom {
    font-size: 14px;
}
