body {
font-family: sans-serif, "Trebuchet MS";
background:#DFDFFF;
margin: 0;
padding: 0;
line-height: 1.2em;
}

img
{
margin-left: auto;
margin-right: auto;
}

div#header {
padding-top: 1px;
padding-bottom: 1px;
font:1.3em;
line-height: 1.3em;
font-size: 1.3em;
text-align: center;
background-color: #dae3ff;
color: #6f1811;
border-bottom: solid #6f1811 medium; }

h2 {
font-size: 1.2em;
font-weight:bold;
color:#6f1811;
}

div#headermenu
{
font-size: 1.3em;
}

div#headermenu ul
{
list-style-type: none;
}
/*This means that the lists in the header are not bulleted*/

div#headermenu li {
margin: 1em;
display: inline;
}
/*The elements of the list will be on the same line!*/

div#maincontent {
padding-top: 5px;
padding-bottom: 5px;
text-align: justify;
background-color: #dae3ff;
border-right: none;
border-left: none; }

div#footer {
padding-top: 1px;
padding: 0.5%;
text-align: center;
clear: both;
background-color: #dae3ff;
}
