body{
font-family: Arial;

background-color:
#33ffff;

} 


#container{
background-color:#ffffcc;
width: 900px;
margin: 10px auto;
border-radius: 10px;
padding:10px
}
.logo{
float:center;
width:900px;
}
ul#navigation
{
margin-left: 0;
padding-left:0;
list-style-type: none;
background: #ffffcc;
float: center;

overflow: hidden;
text-align: center; font-family:Arial;
}

ul#navigation li
{
display:inline;
}

ul#navigation a
{ 
display: block;
float: left;
padding:  4px;
text-decoration: none;
color: white;
background: #7a991a;
border-right: 1px solid #fff;
text-transform: capitalize;
font-weight: bold;
color: #ffffff;
width: ; height: 20px
}
ul#navigation  li a:hover{color: white; background-color: #98bf21;} 
Figure  {
float:centre;
border:4px solid #ccc;
}
figure image{
width:95%
}