body
{
margin: 0;
}

#mainarea
{
border-left-style: solid;
border-right-style: solid;
position: absolute;
text-align: center;
left: 10%;
min-height: 100%;
width: 80%;
}

#content
{
margin: 5px;
padding: 5px;
text-align: justify;
font-family: Arial,sans-serif;
}

p.header
{
color: #3366cc;
font-weight: bolder;
font-size: large;
}

div.logo
{
background-color: #000052;
width: 100%;
}

ul
{
float: left;
width: 100%;
list-style-type: none;
}

a.menu
{
float: left;
width: 20%;
text-decoration: none;
color: white;
}

a.menu:hover
{
background-color: #3366cc;
}

li
{
display:inline;
}

img
{
border: 0;
}
