﻿body {
background-color: white;
color: black;
background-image: url('logo.png');
background-repeat: no-repeat;
background-position: left top;
font: medium Georgia, Times New Roman, serif;
}

#header {
background-image: url('header.png');
background-repeat: no-repeat;
background-position: 80% bottom;
width: 100%;
height: 99px;
}

#menu {
width: 200px;
border: 2px solid black;
float: left;
background-image: url('menu.png');
background-repeat: no-repeat;
background-position: top;
padding-top: 25px;
padding-left: 10px;
font-size: 150%;

}

#menu a {
color: black;
text-decoration: none;
font-weight: bold;
}
#menu a:hover {
text-decoration: underline;
}


#content
{
border-top: 2px solid black;
float: left;
width: 80%;
padding-left: 1em;


}

h1,h2,h3,h4,h5,h6 {
letter-spacing: -0.05em;
}
