body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  background: #ffffff;
  margin: 10px 25px 15px 20px;
  padding: 10px 5% 0px 6%;
  width: 90%;   
}



#header h1 {
    font-size: 30px;
    letter-spacing: 0.3em;
    color: #fff;
	text-align: center;
}




a:link {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #369;
}

a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #369;
}

a:hover, a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #036;
  font-weight: bold;
}

#container{
  position: absolute;
  top: 85px;
  left: 0px;
  background: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 100%;
  height: 100%;
}

#bar {
  float: left;
  width: 250px;
  background: #eee;
  padding: 10px;
  margin-right: 30px;
  height: 100%;
}



#main {
  margin: 15px 30px 15px 30px;
  padding: 15px 10px 15px 15px;
  background: #FFFFFF;
}



#header  {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background: #333;
    padding-top: 8px;
}

#header h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
	top: 5px;
}

#menu  {
    font-family:  "trebuchet ms", verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
   <!--  position: absolute; -->
    height: 27px;
    top: 10px;
    left: 0px;
    width: 99%;
    padding: 5px;
    color: #000000;
    background-color: #eee;
	 text-align: center;
}


#menu a:link {
    text-decoration: none;
    color: #000;
    border-bottom: none;
    
}

#menu a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: none;
}

#menu a:hover, a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #369;
}

