html { background : #ffcb05; color : #000; margin : 0; padding : 0; }
body {
font : 86% arial, sans-serif; 
} 
div#header h1 {
height : 80px; 
line-height : 80px; 
margin : 0; 
padding-left : 10px; 
background : #cdcdcd; 
color : #8b0000; 
}
div#content {
background : #ffcb05; 
color : #000;
margin : 20px 30% 20px 30%; /*top and bottom 20, right and left 26% */
line-height : 1.4;  
} 
div#content p {
background : #ffcb05; 
color : #000;
}
div#content a:link {
background : #ffcb05; color: #981793; text-decoration: none;
}
div#content a:visited {
background : #ffcb05; color: #FF0000; text-decoration: none;
}
div#content a:hover {
background : #ffcb05; color: #F0000F; text-decoration: none;
}
div#content a:active {
background : #ffcb05; color: #00FF00; text-decoration: none;
} 
div#navigation {
background : #ffcb05;
color : #000;
float : left; 
width : 22%;
margin-left : -100%;
padding : 20px 5px 20px 30px; 
}
div#navigation p {
background : #ffcb05;
color : #000;
}
div#navigation a:link {
background : #ffcb05; color: #981793; text-decoration: none;
}
div#navigation a:visited {
background : #ffcb05; color: #FF0000; text-decoration: none;
}
div#navigation a:hover {
background : #ffcb05; color: #F0000F; text-decoration: none;
}
div#navigation a:active {
background : #ffcb05; color: #00FF00; text-decoration: none;
}    
div#extra {
background : #ffcb05;
color : #000;
float : left; 
width : 24%; 
margin-left : -25%;
padding : 20px 2px 20px 5px;  
}
div#extra p {
background : #ffcb05;
color : #000;
margin : 0 10px 0 10px;
line-height : 1.4; 
}
div#extra a:link {
background : #ffcb05; color: #981793; text-decoration: none;
}
div#extra a:visited {
background : #ffcb05; color: #FF0000; text-decoration: none;
}
div#extra a:hover {
background : #ffcb05; color: #F0000F; text-decoration: none;
}
div#extra a:active {
background : #ffcb05; color: #00FF00; text-decoration: none;
}  
div#footer {
background : #cdcdcd; 
color : #cd853f;
clear : left; 
width : 100%; 
} 
div#footer p {
background : #cdcdcd; 
color : #8b0000;
margin : 10px; 
padding : 5px 10px;
}
div#footer a:link {
background : #cdcdcd; color: #981793; text-decoration: none;
}
div#footer a:visited {
background : #cdcdcd; color: #FF0000; text-decoration: none;
}
div#footer a:hover {
background : #cdcdcd; color: #F0000F; text-decoration: none;
}
div#footer a:active {
background : #cdcdcd; color: #00FF00; text-decoration: none;
}
div#footer h6.center {
font-family : Verdana, Arial, Sans-serif;
font-weight : bold; 
font-style : normal;
background : #cdcdcd;
text-decoration: none;
color : #8b0000;
text-align: center;
margin : 0 10px 10px; 
padding : 20px 10px; 
} 
div#wrapper {
float : left; 
width : 100%; 
}
