body{
    background-color: #FFFFFF;
}

#wrapper{
    width: 910px;
    height: auto;
    margin-left: 50px;
}

#header{
    width: auto;
    height: 100px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: -8px;
    background-image: url("images/line_1.png");
}

#navigation{
    width: 75px;
    height: 500px;
    margin-right: 20px;
    float: left;
}

#content{
    width: auto;
    height: auto;
    margin-left: 150px;
}

#foot{
    width: auto;
    height: 100px;
    margin-left: 50px;
    margin-top: 30px;
    margin-right: -8px;
    background-image: url("images/line_2.png");
}

h1{
    font-family: "Georgia";
    font-size: 24;
}

p{
    font-family: "Georgia";
    font-size: 12px;
    line-height: 18px;
}

.homeLink{
    display: block;
    width: 75px;
    height: 50px;
    background: url("images/home_button_2.png") bottom;
    text-indent: -99999px;
}

.homeLink:hover{
    background-position: 0 0;
}

.designLink{
    display: block;
    width: 75px;
    height: 50px;
    background: url("images/design_button_2.png") bottom;
    text-indent: -99999px;
}

.designLink:hover{
    background-position: 0 0;
}

.photographyLink{
    display: block;
    width: 75px;
    height: 50px;
    background: url("images/photography_button_2.png") bottom;
    text-indent: -99999px;
}

.photographyLink:hover{
    background-position: 0 0;
}

.aboutLink{
    display: block;
    width: 75px;
    height: 50px;
    background: url("images/about_button_2.png") bottom;
    text-indent: -99999px;
}

.aboutLink:hover{
    background-position: 0 0;
}

.resumeLink{
    display: block;
    width: 75px;
    height: 50px;
    background: url("images/resume_button_2.png") bottom;
    text-indent: -99999px;
}

.resumeLink:hover{
    background-position: 0 0;
}