body {
    font-family: Georgia, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    margin: 5px;
}

h1 {
    font-size: 1.5em;
    line-height: 0.5em;
    color: #009FD1;
}

p {
    font-size: 1em;
    color: #000000;
}

a {
    color: #009FD1;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#pagetitle {
    z-index: 101;
    position: absolute;
    width: 230px;
    top: 17px;
    right: 10px;
    text-align: right;
}

h1.sectiontitle {
    font-size: 1.25em;
    line-height: 2em;
    color: #FFFFFF;
}

#contentframe {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 780px;
}

#content {
    text-align: left;
    position: absolute;
    width: 766px;
    top: 87px;
    left: 0px;
    border: 2px solid #009FD1;
    padding: 5px;
}

#content p.firstparagraph:first-letter {
    font-family: 'Times New Roman', serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #009FD1;
}

#alexlogo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
}

#headerbackground {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#rightheadercap {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
}

#navigation {
    width: 100%;
    border-bottom: 2px solid #000000;
    text-align: left;
    font-size: .75em;
    font-weight: bold;
    position: absolute;
    top: 68px;
    left: 0px;
}

#navigation a {
    text-decoration: none;
}

#navigation a:link {
    color: #009FD1;
    background-color: #FFFFFF;
}

#navigation a:visited {
    color: #009FD1;
    background-color: #FFFFFF;
}

#navigation a:active {
    color: #000000;
    background-color: #009FD1;
}

#navigation a:hover {
    color: #FFFFFF;
    background-color: #009FD1
}

#photogallery {
    width: 140px;
    padding: 5px;
    height: 100%;
    float: left;
    background-color: #009FD1;
    text-align: center;
    border-right: 5px solid #FFFFFF;
}
