html {
background : #FFF95A;
color : #000;
margin : 0;
padding : 0;
}
body {
font : 100% verdana, arial, sans-serif;
}
div#header h1 {
height : 80%; 
line-height : 160%; 
margin : 0; 
padding-left : 5%; 
background : #162513; 
color : #FFFF6E;
}
div#wrapper {
float : left; 
width : 100%;
}
div#content {
float : left; 
width : 46%; 
margin : 1em 24%;
line-height : 1.3;
padding-bottom : 1em;
}
div#content img {
border: none;
}
div#content hr {
color : #000;
background : #FFF95A;
}
div#content a:link, div#navigation a:link, div#extra a:link {
color: #3700E4;
background : #FFF95A;
text-decoration: none;
}
div#content a:visited, div#navigation a:visited, div#extra a:visited {
color: #280000;
background : #FFF95A;
}
div#content a:hover, div#navigation a:hover, div#extra a:hover {
color: #200014;
background : #FFF95A;
}
div#content a:active, div#navigation a:active, div#extra a:active {
color: #160518;
background : #FFF95A;
}
div#navigation {
float : left; 
width : 19%;
margin-left : -100%;
padding : 1em;
line-height : 1.3;
}   
div#extra {
float : left; 
width : 25%; 
margin-left : -28%;
padding : 1em;
line-height : 1.3;
}   
div#footer {
background : #162513;
color : #FFFFFF;
clear : left; 
width : 100%;
} 
div#footer a:link {
color: #FFF26B;
background : #162513;
}
div#footer a:visited {
color: #DEFF0F;
background : #162513;
text-decoration: none;
}
div#footer a:hover {
color: #FFE6AB;
background : #162513;
text-decoration: none;
}
div#footer a:active {
color: #FFF55D;
background : #162513;
text-decoration: none;
}
div#footer h6.center {
font-family : Verdana, Arial, Sans-serif;
font-weight : bold; 
font-style : normal;
text-decoration: none;
text-align: center;
line-height : 1.5;
padding : 1.5em;
}
