* {
    padding: 0;
    margin: 0;
    }

body { 
    background-color: #FFFFF0;
    font-family: Georgia;
    margin: 5px 10%;
    color: navy;
    font-size: 1em;
    }

a { color: #443933;
    font-weight: bold;
	text-decoration: none;
	}

a:hover { 
    background-color: #F6F7FB;
    color: #B90000;
    }

h1 {
    margin-left: -4000px;
    }

h2 { font-size:24px}

h3 { font-size:20px}

p,h2,h3 { margin: 10px 10px 10px 10px}

.header {
    height: 150px;
    }
	
#content {
    border-left: solid 10px #336699;
    border-right: solid 10px #336699;
	}

#menu {
    text-transform: uppercase;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 1em;
    font-weight: bold;
    background-color: #F6F7FB;     
    float: right;
    width: 20%;
    padding: 5px;
    border: solid 1px #336699;  
    }

#mainbody {
    padding: 15px 20% 40px 15px;
    }

#mainbody p {
    margin-bottom: 1em;
    }

.footer {
    background-color: #336699;
        }

.footer p {
    text-align: center;
    color: #F6F7FB;
    }