
#top {
    position: relative;
    background-color: #036fab;
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    height: 100px ;  
}

#bottom {
   background-color: #c2dfef;
   bottom: 10px;
   height: 70px;
   margin: 10px 0px 0px 0px;
   padding: 5px;
   position: absolute;
   width: 99%
}

#left {
   background-color: #ece3a5;
   float: left;
   height: 100%;
   min-height: 300px;
   padding-top: 5px;
   padding-bottom: 5px;
   margin: 0px;
   width: 200px
}

#left > ul {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding: 5px;
    width: 150px;
}

#container {
   height: 80%;
   padding: 0px;
}


.center_content {
    position: relative;
    background-color: #dddddd;
    padding: 5px;
}

.left_content {
    padding: 5px;
    height: 100%;
    margin-left: 170px;
}

.right_content {
    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;
}


