body{
font: 80% arial,sans-serif;
text-align:center;
padding: 0;
margin: 0;
}

a{
display:block;
font-family:times new roman,serif;
color: #FEFFA5;
padding:10px;
text-decoration:none;
}

a:hover{
display:block;
font-family:times new roman,serif;
color: #886221;
padding:10px;
text-decoration:none;
background: #FEFFA5;
}

a:active{
color: red;
}


h2{
font-family:times new roman,serif;
color: black;
}

p{ 
margin:1px;
padding:2px;
}

#wrapper{
width:700px;
margin:0 auto;
text-align: left;
}


#header{
width: 100%;
height: 100px;
background: #EEE;
background-image: url(images/banner.jpg)
}

#footer{
background: #886221;
color: white;
clear:both;
width:100%;
}

#maincontent{
float:right;
width:600px;
height:800px;
text-align:center;
background-image: url(images/backgroundimage.jpg)
} 

#navigation{
font-size: 16px;
font-weight:bold;
float:left;
width:100px;
height:800px;
background-image: url(images/nav.jpg)

}