body{
 margin: 0; padding:0;
 background: ivory; color: #333333;
scrollbar-face-color:ivory;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:purple;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:purple;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
}

a:hover { font-size:11px;
background-color:antiquewhite;
color:brown text-decoration:underline;
}

a { font-size:11px;
color:brown;
text-decoration:underline;
}

#leftcontent{
 position: absolute;
 top: 20px;
 left: 20px;
 width: 180px;
 border: 1px solid brown;
 background: ivory;
 margin: 0;
 padding: 0;
 z-index: 2;
 }

#rightcontent{
 position: absolute;
 top: 20px;
 right: 20px;
 width: 180px;
 border: 1px solid brown;
 background: ivory;
 margin: 0;
 padding: 0;
 z-index: 1;
 }

#centercontent{
 position: relative;
 margin: 20px 201px 20px 201px;
 border: 1px solid brown;
 background: antiquewhite;
  padding: 20px;
 z-index: 3;
 }

#menu { position:absolute;
top:20px;
width:180px;
padding-left:5px;
background:ivory;
color:brown;
border:3px solid brown;
text-align: center;
}

.menuitem {
background: ivory;
color:brown;
font-size:11px;
border:3px solid antiquewhite;
text-align: center;
}

.menuhead { left: 0px;
width:180px;
background: antiquewhite;
color:brown;
border:3px solid antiquewhite;
text-align: center;
font-weight:bold;
font-size:11px;
}

.menuheader { right: 0px;
width:170px;
background: antiquewhite;
color:brown;
border:3px solid antiquewhite;
text-align: center;
font-weight:bold;
font-size:11px;
}

.footer {position: relative;
 margin: 20px 201px 20px 201px;
 border: 1px solid brown;
 background: antiquewhite;
  padding: 20px;
 z-index: 4;
}
