/* CSS Document */
#header{
height:60px;
width:100%;
background-color:#9d9c10;
border-bottom:6px solid #d8d9a0;
color:#ffffff;
}
#header h1{
width:500px;
padding:0px;
margin:0px;
margin-left:145px;
}
#contentwrapper{
margin-left:20px;
}
p{
margin:4px;
}
.restore{
position:absolute;
top:0px;
right:0px;
margin:0px;
font-size:larger;
background-color:#000000;
color:#ffffff;
padding:4px;
width:250px;
}
#logo{
position:absolute;
top:0px;
left:0px;
}
#mainNavigation{
position:absolute;
top:65px;
right:0px;
clear:both;
border-top-color:#9e950e;
overflow:hidden;
width:auto;
}
#mainNavigation li{
float:left;
}
#mainNavigation a{
float:left;
padding:1px 3px;
}
#navigation{
top:120px;
}