#article{
width:100%;
padding:5px;
border:6px groove #ffffff;
background-color:white;
background-image:url('flower.jpg');
background-repeat:no-repeat;
background-position: top-left;
font-family: serif;
}
#wrap{
width: 700px;
margin: 20px auto 20px auto;
}
#navigation{
width:200px;
margin-right:5px;
float:left;
padding:5px;
font-family:fantasy;
background-color:white;
border-right: 6px double #000000;

}

#navfooter {
text-align: center;
}

#footer{

text-align:center;
margin:0 auto 0 auto;
}
#heading{
text-align:center;
font-family:fantasy;
}

a:link {color: #59387A; text-decoration: none; }
a:active {color: #59387A; text-decoration: none; }
a:visited {color: #59387A; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }

#wrap2{
background-color:#E9EAE5;
width:800px;
margin: 20px auto 20px auto;
border:3px inset #ffffff;
}