body{
background:#FFF5BC;
font-family:helvetica;
text-align: center;
}
#wrapper{
width:960px;
margin: 0 auto;
padding:0;
border:1px #6B4424 solid;
}
#header{
background:#B9E04B;
padding:20px;
min-height:30px;
height:30px;
}
#header h1{
float:left;
margin:0;
}
#header a, #header a:visited{
text-decoration:none;
color:#302D23;
}
#searchform{
float:right;
margin-top:auto;
margin-bottom:auto;
}
#content{
text-align:left;
clear:both;
background:#fafafa;
display:block;
padding:10px;
}
#footer{
background:#302D23;
color:#fff;
padding:10px 0;
}
#footer a{
color:#fff;
text-decoration:none;
}
#footer a:hover{
color:#fff;
text-decoration:underline;
}
