/* Elements */
body{
    color:#777777;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    background-image: url(../images/bg.png);
    font-size: 18px;
    height: 100%;
    width: 100%;
    position: relative;
    margin: 0px;
    top: 0;
    left: 0;

}

header{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}

main{
    position: relative;
    clear: both;
    overflow: auto;
    width: 956px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    top: 100px;
    margin-left: 20%;
    margin-bottom: 10%;
}

footer{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    background-color:#666666;
    border-top: 8px solid #4aaaa5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 14px;
}

h1{
    color: #ffffff;
    font-family: 'Georgia', Times, Times New Roman, serif;
}

h2{
    text-align: right;
}

a{
    text-decoration: none;
    color: #777777;
    opacity: 0.5;
    margin-left: 15px;

}

a:hover{
    background-color: #4aaaa5;
    color: #000000;
    cursor: pointer;
}

p {
    width: 900px;
    margin: 30px;
    line-height: 24px;
}

textarea {
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 20px;
    float: left;
    width: 900px;
    height: 300px;
}

label {
    margin-top: 20px;
    margin-left: 30px;
    float: left;
}

input {
    margin-top: 10px;
    margin-left: 30px;
    float: left;
    width: 900px;
}
/* Classes */

.heading {
    border-bottom: 10px;
    border-color: #cccccc;
}

.navbar{
    width: 960px;
    max-height: 80px;
    margin-left: 20%;
    background-color: #ffffff;
}

.links{
    float: right;
    width: 680px;
    max-height: 60px;
    padding: 10px 0px;
    text-align: right;
}


.under-construction{
    margin: 10px 378px;
    width: 200px;
}

/* IDs */


#name-icon{
    float: left;
    text-align: center;
    background-color: #4aaaa5;
    width: 280px;
    height: 80px;
}


#about-me{
    width: 900px;
    color: #4aaaa5;
    margin-left: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #cccccc;
}
#about-me-photo{
    display: block;
    height: 205px;
    width: 226px;
    margin: 0px 20px 0px 30px;
    float: left;
}

#cl-trophy-lift{
    width: 596px;
    clear: both;
    border: 2px solid #777777;
    margin: 0px 178px 20px 178px;
}

#email-form{
    clear:both;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}

#submit-button{
    margin-bottom: 20px;
    margin-left: 30px;
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #4aaaa5;
    border: 1px solid #777777;
}

#submit-button:hover{
    cursor: pointer;
}