
html, body {
margin : 0;
padding : 0;
}
body {
font : 80% arial, sans-serif;
text-align : center;
background: #a47e3d;
color : #000;
}
p {
margin : 0 10px 10px;
}
a {
color : #a47e3d;
text-decoration : none;
}
a:hover, a:active {
text-decoration : underline;
}
div#header {
height : 400px;
line-height : 80px;
margin : 0;
background : url('polaroid.jpg') no-repeat bottom center;
}
div#container {
text-align : left;
border : 1px solid #000;
background : #a6d8ab;
}
div#menu {
background : #bad8a6;
color : #828282;
}
div#menu p {
text-align : center;
}
div#content p {
line-height : 1.4;
}
div#footer {
background : #bad8a6;
color : #2c4877;
}
div#footer p {
margin : 0;
padding : 5px 10px;
}
h2 {
color : #b38c51;
border-bottom : 1px solid #13B323;
padding : 5px;
text-align : right;
}
div#container {
width : 800px;
margin : 0 auto;
}
div#wrapper {
float : left;
width : 100%;
}
div#menu {
clear : left;
width : 100%;
}
div#content {
margin-left : 0;
}
div#footer {
clear : left;
width : 100%;
}
#navlist {
background : #D3D8A6;
margin : 0;
padding : 0;
height : 16px;
border : 1px solid #D8C4A6;
}
#navlist li {
display : inline;
float : left;
margin : 0;
padding : 0;
list-style : none;
}
#navlist li a:link, #navlist li a:visited {
font : bold 24px/18px Georgia, "Times New Roman", Times, serif;
color : #51B35B;
text-decoration : none;
display : block;
padding : 0 0 0 3px;
margin : 0;
height : 16px;
overflow : hidden;
width : 135px;
text-align : center;
}
#navlist li a#current {
color : #ffffff;
font-style : italic;
}
#navlist li a:hover, #navlist li a:active {
color : #ffffff;
text-decoration : none;
background : #a47e3d;
text-align : left;
text-transform : uppercase;
font : normal bold 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
}
