body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 101%;
background-color: slategray;
text-align: center;
color: #333;
}

#wrapper {
width: 740px;
text-align: left;
margin-right: auto;
margin-left: auto;
height: auto;
font-size: .83em;
background-color: #ffcc99;
margin-top: 25px;
border-bottom: 5px solid #444444;
border-right: 5px solid #444444;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
}

#header {
background-position: left top;
background-image:url(Headerimage.jpg);
background-repeat: no-repeat;
height: 175px;
border: 1px solid #333333;
}

#header img{
float:left; 
margin: 0 0 0 0px;
}

h1 {
font-size: 2em;
font-variant:small-caps;
font-weight: bold;  
color: #ffffcc; 
padding: 80px 0 0 0;
text-align: center;
}

h2 {
font-size: 1.3em;
font-variant:small-caps;
font-weight: bold; 
color: #54493E;  
text-align: center;
}


#nav {
width: 150px;
float: right;
margin: 1em 1em 0 0; 

}

#nav ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#nav a
{
display: block;
color: #036;
background-color: transparent;
width: 9em;
padding: .2em .8em;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
}

#nav a:hover
{
background-color: #369;
color: #FFF;
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}


#maincontent {
width: 520px;
float: left;
margin: 0 2em 0 0;
}

#maincontent p {
margin: 1em 1em 1em 0;
line-height: 1.6em;
padding-left: 2em;
text-align: left;
}

#maincontent blockquote {
margin: 2em 4em 1em 0;
line-height: 1.6em;
padding-left: 4em;
font-size: 80%;
color: #557567;
}
#footer {
clear: both;
}

#footer p {
text-align: left;
padding-left: 2em;
}