body {
    background: #eeeeec;
    font-family: 'Ubuntu', sans-serif;
    margin: 0px;
    padding: 50px 0 0 20%;
    font-size:13px;
    color:#2e343;
}

h1 {
    float: left;
    padding: 0;
    margin: 0;
    color:#2e3436;
    font-size:41px;
    text-shadow: white 0 1px 0;

}
h3{
    float: left;
    color:#ffffff;
    font-size:19px;
    padding: 0;
    margin: 17px 0 0 10px;
}
h2{
    clear:left;
    color:#555753;
    font-size:19px;
    padding: 0;
    margin: 0;
    text-shadow: white 0 1px 0;
}
a#ref, a#tech, a#contact{
    color: darkred;
}
#refText,#techText, #contactText{
    display:none;
}
p{
    margin-top:7px;
}
#line1{
    position:absolute;
    top: 160px;
    border-top:1px solid #d3d7cf;
    width:100%;
    height:1px;
    left:0px;
}
#line2{
    position:absolute;
    top: 161px;
    left:0px;
    border-top:1px solid white;
    width:100%;
    height:1px;
}
#text{
    position:absolute;
    top: 140px;
    padding-bottom:100px;
}

ul{
  float:left;
  margin-bottom: 30px;
  border-right: 0px solid white;
  border-bottom: 0px solid white;
  padding-right:20px;
  padding-bottom:20px;
}

#content{

}

a, a:visited{
    text-decoration: none;
    color: black;
}

a:hover, a:hover:visited{
    text-decoration: underline;
    color: black;
}
