body {
    font-family: trebuchet ms;
    font-size: 18pt;
}

.titleBox {
    position: fixed;
    font-family: georgia;
    font-size: 30pt;
    font-style: italic;
    padding-left: 5%;
    padding-top: 2%;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 256px;
    color: rgb(100, 70, 50);
    background-image: url(FadeColumn.png);
    background-repeat: repeat-x;
    z-index: 2;
}

.titleBox .caps {
    color: rgb(210, 90, 70);
    font-size: 40pt;
    /*letter-spacing: -0.1em;*/
}

.subtitle {
    font-size: 18pt;
    color: rgb(20, 130, 20);
}


.rose {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50%;
    z-index: 0;
}

.rosePic {
    width: 100%;
}

.main {
    width: 50%;
    /*margin-top: 7em;*/
    margin-left: 25%;
    color: rgb(100, 70, 50);
    position: relative;
    z-index: 1;
}


h2 {
    color: green;
    font-family: georgia;
    font-weight: normal;
    font-style: italic;
}

strong {
    color: rgb(80, 50, 30);
}

.navigation {
    position: fixed;
    font-family: georgia;
    width: 10%;
    top: 8em;
    left: 8%;
    color: rgb(70, 70, 70);
    z-index: 2;
}

.navigation strong {
    color: rgb(70, 70, 70);
}

.navigation a:link {
    color: rgb(70, 70, 70);
    text-decoration: none;
}

.navigation a:visited {
    color: rgb(70, 70, 70);
    text-decoration: none;
}

.navigation a:hover {
    color: rgb(200, 70, 70);
    text-decoration: underline;
}

h2.contactTitle {
    font-family: georgia;
    font-weight: normal;
    font-style: italic;
    font-size: 24pt;
}

.contact {
    text-align: center;
    margin-bottom: 2em;
}

.email {
    color: green;
}

img.map {
    width: 100%;
    text-align: center;
}

img.widePic {
    width: 100%;
    text-align: center;
}

img.histPic {
    width: 75%;
    text-align: center;
}

.picFrame {
    text-align: center;
    font-size: 10pt;
    font-style: italic;
}