body{ 
background-color:#eec;
font-size:16px; 
margin:0; 
padding:0; 
}

#header{ 
background-color:#000;
height:150px;
}

#top{ 
width:100%;
background-color:#7e3c19; 
height:50px;
}

ul.navigation,
ul.navigation ul
{
list-style-type:none;
margin:0;
padding:0;
}

ul.navigation li
{
float:left;
display:inline;
padding: 0 0 0 20px;
}

ul.navigation h3, ul.navigation a {
display:block;
width:150px;
color:#fff !important;
font-variant:small-caps;
text-decoration:none;
}

h1 {
font-family:cursive;
}

#center { 
background-color:#eec; 
width:750px;
margin:20px;
min-height:600px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:600px; /* for IE5.x and IE6 */
}

#center a:link, a:visited, a:hover, a:active {
text-decoration:none;
font-weight: bold;
}

#center a:link {
color:#7e3c19;
}

#center a:visited {
color:#000080;
}

#center a:hover {
background-color:#dcdcdc;
}

#footer { 
clear:both;
background-color:#333;
color:#fff;
height:50px;
padding:10px 0 10px 20px;
}
