#main{
  width:100%
}
#header{
  height: 60px;
  background-color: #00998b;
}
#mainContent{
  width: 80%;
  position: absolute;
  right: 10px;
}
#navigator{
  top: 16px;
  width: 100%;
}
#navList li{
  margin-right: 5px; 
}
#navList li a{
  padding: 20px;
  background-color: #00998b;
}
#navList li a:hover{
  padding-bottom: 23px;
  background-color: #00998b;
}
#sideBar{
    position: absolute;
    left: 10px;
    width: 15%;
    padding-top: 0px;
    box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
}
#footer{
width: 15%;
    position: fixed;
    bottom: 0px;
}
.postTitle{
  border-left-color: #00998b;
}
a:link {
     color: #4c4747;
}
a:visited {
  color: #4c4747;
}
h4 {
    background-color: #00998b;
    padding: 0 20px;
}