body
{
background-color: #DFDFDF; 
font-family: Sofia-Pro, Arial, sans-serif;
width: 800px;  
margin:0 auto; 
}

h1
{
padding-bottom: 25px;
text-decoration: none;
text-align: center; 
font-weight:bold;
margin:0 auto;
color: #3D3E39;
}

#navigation
{
padding-top: 250px; 
width: 800px; 
text-align: center; 
margin: 0 auto; 

}

ul li

{
list-style-type: none;
display: inline;
text-align: center; 
overflow: hidden; 
height:15px;
color: white;
}

a
{
padding:35px;
background-color:#3D3E39;
text-decoration: none;
text-align: center; 
font-weight:bold;
margin:0 auto;
color: white; 
}



#footer
{  
padding-top: 150px; 
text-align:center; 
width:350px;  
height: auto;  
font-size:8pt;
}

