body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#1d439b;
text-align: center;
}
#wrapper {
position: relative;
text-align: left;
width: 760px;
margin-right: auto;
margin-left: auto;
background-color: #578497;
border-bottom: 1px solid #ececec;
background-image: url(mainback.jpg);
background-repeat: no-repeat;
background-position: 0 100px; 
}

#header {
background-color:#e5e7f4;
height: 100px;
position: relative;
border-bottom: 1px solid #ececec;
}

#header h1 {
margin: 0;
padding: 0;
font-weight: normal;
color: blue;
font-size: 190%;
position: absolute;
bottom: 4px;
right: 0;
}

#content {
margin-left: 230px;
margin-top: 300px;
padding: 0 10px 0 0;
color: white;
}

#content p {
font-size: 0.8em;
font-weight: bold;
color: white;
}

#content H5 {
font-size: 0.5em;
font-style: italic;
color: white;
}

#content a:link, #navigation a:visited {
color: white;
}

#navigation {
position: absolute;
top: 150px;
left: 0;
width: 120px;
}

#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: white;
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: black;
}
#footer {
font-size: 80%;
padding-top: 1em;
text-align: right;
color: #999;
color: black;
background-color: transparent;
}
