body {
    margin: 0px;
}

#top {
    background-color: silver;
    color: white;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

#bottom {
    background-color: silver;
    padding: 10px;
}

#left {
    background-color: #ddd;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}

#right {
    background-color: #ccc;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}

#content {
    background-color: #f0f0f0;
    padding: 10px;
        vertical-align: top;
}

#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}

#copy_notice {
    font-size: 10px;
}

/* some fancy borders */
#left, #right, #top, #bottom {
    border: 1px solid #555;
    border-bottom: 2px solid #444;
    border-right: 2px solid #444;
}

#content {
    border: 1px solid #555;
}