
#top {
    position: relative;
    
    color: white;
    padding: 1px;
    margin: 0px 0px 10px 0px;
    background:#E05D02;
    letter-spacing: 1px;
    border-radius: 8px 8px 8px 8px;
    
}

#bottom {
    position: relative;
    background:#E05D02;
    padding: 5px;
    margin: 10px 0px 0px 0px;
}

#left {
    float: left;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

.center_content {
    position: relative;
    background: #edfeda; 
    padding: 5px;
/*    height: 500px;*/
}

.left_content {
    background-color: #dddddd;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    background-color: #dddddd;
    padding: 5px;
    margin: 0px 170px 0px 170px;
}

#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;
}


