body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#C7C1A3;
text-align: center;
}
#wrapper {
position: relative;
text-align: left;
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: white;
border-bottom: 1px solid #red;
}

#header {
background-color:#E1DAC1;
height: 50px;
position: relative;
border-bottom: 1px solid #ececec;
}

#header h1 {
margin: 0;
padding: 0;
font-weight: normal;
color: green;
font-size: 300%;
position: absolute;
right: 0;
}


#header p {
font-size: 70%
}

#content {
margin-left: 210px;
margin-top: 40px;
padding: 0 10px 0 0;
color: blue;
}

#content p {
font-size: 0.8em;
font-weight: bold;
color: black;
}

#content H5 {
font-size: 0.5em;
font-style: italic;
color: black;
}

#content a:link, #navigation a:visited {
color: black;
}

#content p {
font-size: 60%
}

#navigation {
position: absolute;
top: 5px;
left: 0;
width: 200px;
background-color:#C7C1A3;
}

#navigation ul {
list-style: none;
margin: 1em 0 0 0;
padding: 0;
border: none;
line-height:8px;
_font-size: 0.9em; 
}

#navigation li {
font-size: 0.76em;
}

#navigation a:link, #navigation a:visited {
color: black;
background-color: transparent;
display: block;
border-bottom: 1px solid #999;
padding: 1em 0 0.2em 0;
font-weight: bold;
text-decoration: none;
}
#navigation a:hover {
color: darkgrey;
}
#footer {
font-size: 80%;
padding-top: 1em;
text-align: right;
color: black;
background-color: transparent;
}