body{
    background-color: #716F61;
    color: white;
    font-family: human, ariel, sans-serif;
    letter-spacing: 0.1em;
    font-size: 8pt;

 
}

@font-face {
  font-family: "human";
  src: url( fonts/Hum521n.eot ); /* IE */
  src: local("Hum521n"), url( fonts/Hum521n.ttf ) format("truetype"); /* non-IE */
}

@font-face {
  font-family: "human-bold";
  src: url( fonts/Hum521b.eot ); /* IE */
  src: local("Hum521b"), url( fonts/Hum521b.ttf ) format("truetype"); /* non-IE */
}



#corps{
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#bg_image {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -500;
    overflow: hidden;
    left: 0;
}

#contents {
    z-index: 1;    
    margin: 10px auto;
    margin-top: 100px;
    width: 800px;
    height: 520px;
    border: 2px solid white;
    background-color: #444642;
    text-align: left;
}

#menu{
    width: 800px;
    height: 120px;
    background-color: #716F61;
}

#homelink{
    position:absolute;   
    margin: 16px 10px 5px 50px;   
    color: #adadaa;
}

#homelink a, #home{
    font-family: human-bold, ariel, sans-serif;
    color: white;
    text-decoration: none;
    font-size: 23pt;
    font-weight: bold;
}
#home{
    font-size: 32pt;
}

#menubar{
    display: block;
    float: right;
    margin-top: 25px;
    width: 380px;
    height: 50px;
    background-color: #444642;
}

.menuitem{
    display: block;
    position: relative;
    text-decoration: none;
    margin: 5px 16px;
    color: white;
    float: left;
}

.current_page{
    color: #706f61;
    font-family: human-bold, ariel, sans-serif;
}

#phone{
    position: absolute;
    margin-top: 85px;
    margin-left: 450px;
    display: block;
    float: right;
}

#stuff{
    background-color: #444642;
    width: 800px;
    height: 400px;
    overflow: hidden;
}

h1{
    font-size: 10pt;
    color: #706f61;
    font-family: human-bold, ariel, sans-serif;
}

.text{
    
    width: 350px;
    margin-left: 400px;
    text-align: right;

}

p{
    text-align: right;
    font-size: 10pt;
}

#portfolio{
    width: 750px;
    height: auto;
    margin-top: 15px;
    margin-left: 40px;
}

#portfolio img{
    margin-right: 36px;
    margin-top: 10px;
}

.colored{
    color: #706f61;
}

.bigger_text{
    font-family: human-bold, ariel, sans-serif;
    font-size: 11pt;
}

.guide{
    width: 300px;
    float: left;
    margin: 30px 45px;
}
