Navigational Map Nav Reference 8.0
Add this code in the CSS to define the main division and nav-links areas:
/*
Main division holds navigational links,
and the changeable content
of the page.
*/
.main {
background: #CCFFFF;
color: #000000;
margin: 0% 13%;
padding: 0em 0em 2em 0em;
border: 10px ridge #FFFFFF;
}
.nav-links {
text-align: center;
background: #FFFFCC;
color: #000000;
margin: 0%;
padding: 3px;
border: 3px ridge #FF6633;
}