body {
    font-family: verdana, Ariel;
    font-size:  1em;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #446D8C;
}

h2 {
    font-size: 1.15em;
    font-weight: bold;
}

#header {
    width: 779px;
}


#menu {
    width: 165px;
    margin: 40px 0 0 0;
}

#content {
    position: relative;
    width: 590px;
    left: 185px;
    top: -230px;
    text-align: justify;
}

#footer {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 0.75em;
}

#footer hr {
    color: #c0c0c0;
    width: 400px;
}


a.menu_button{
    display: block;
    width: 164px;
    height: 31px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

a.menu_button:visited {
    background-position: 0 0;
}

a.menu_button:hover {
    background-position: 0 -31px;
}

a.menu_button:active {
    background-position: 0 -31px;
}

.copyright {
    font-size: 0.75em;
    colour: #777;
}

.contentImageRight {
    border: 1px solid #446D8C;
    margin: 0 0 15px 15px ;
    float: right;
}