body {
    padding: .5em .5em .5em .5em;
    margin: 0;
    text-align: center;
    height: 100%;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

img {
    border: 0;
}

.wrapper {
    border: #543B1C 2px solid;
    padding: 0;
    height: 100%;
    width: 850px;
    margin: 0 auto;
    overflow:visible;
}

.nav {
    padding: 0;
    background-color: #8cc9e5;
    width: 100%;
}

.main {
    clear: both;
    border-top: #5d8696 5px solid;
    border-bottom: #5d8696 2px solid;
    height: 100%;
    overflow:visible;
}

.mainFront {
    clear: both;
    /*border-top: #5d8696 5px solid;*/
    border-bottom: #5d8696 2px solid;
    height: 100%;
    overflow:visible;
}

.captionFront {
    float:left;
    text-align: left;
    color: #55576e;
    padding-top: .5em;
    font-size: 1.25em;
    /*font-family: "Courier New", Courier, monospace;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.sidebar {
    float: left;
    width: 145px;
    margin-right: 0;
    border-right: #5d8696 3px solid;
    height: 800px;
    overflow:auto;
    padding: 1em 0 1em 0;
}

.content {
    width: 630px;
    margin-left: 170px;
    margin-bottom: 20px;
    color: #333;
    padding: 1em 0 1em 0;
    height: 100%
}

.contentFront {
    width: 630px;
    margin-left: 110px;
    margin-bottom: 20px;
    color: #333;
    padding: 1em 0 1em 0;
    height: 100%
}

.photo {
    overflow:visible;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.photoFront {
    overflow:visible;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.introduction {
    padding: 0.3em 1em 0 .6em;
    font-weight: bold;
    font-size: 95%;
    text-align: left;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

blockquote.introduction {
    color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
}

.footer {
    padding: .5em 0.5em .5em 0;
    font-weight: bold;
    font-size: 95%;
    color: #28362d;
    font-family: "Courier New", Courier, monospace;
    text-align: right;
}

#logo {
    float: left;
    margin: 1.6em 0 1.4em .5em;
}

#separator {
    width: 5px;
    height: 75px;
    margin: .5em 1.5em 0 1.5em;
    border-left: #28362d 5px solid;
    float: left;
}

.dayNav {
    padding: .5em .5em .5em 0;
    font-weight: bold;
    font-size: .9em;
    font-family: "Courier New", Courier, monospace;
    float: right;
}

A.dayNavLink:link {
    color: #252e32;
    text-decoration: none;
}

A.dayNavLink:visited {
    color: #252e32;
    text-decoration: none;
}

A.dayNavLink:hover {
    color: #65a37a;
    text-decoration: none;
}

A.dayNavLink:active {
    color: #978270;
    text-decoration: none;
}

#galleryTitle {
    padding: .5em 0 0 0;
    text-align: left;
    float: left;
}

.title {
    color: #4b4138;
    FONT-SIZE: 1.2em;
    font-family: "Courier New", Courier, monospace;
}

A.title:link {
    color: #4b4138;
    text-decoration: none;
}

A.title:visited {
    color: #4b4138;
    text-decoration: none;
}

A.title:hover {
    color: #65a37a;
    text-decoration: none;
}

A.title:active {
    color: #978270;
    text-decoration: none;
}

.dayText {
    color: #4a5d64;
    /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
}

A.dayText:link {
    color: #252e32;
    text-decoration: none;
}

A.dayText:visited {
    color: #252e32;
    text-decoration: none;
}

A.dayText:hover {
    color: #65a37a;
    text-decoration: none;
}

A.dayText:active {
    color: #978270;
    text-decoration: none;
}

.clear {
    clear: both;
    margin: 0px;
    overflow: hidden;
    height: 1px
}

A:link {
    color: #798e96;
    text-decoration: underline;
    background-color: transparent;
}

A:visited {
    color: #798e96;
    text-decoration: underline;
    background-color: transparent;
}

A:hover {
    color: #65a37a;
    text-decoration: none;
    background-color: transparent;
}

A:active {
    color: #978270;
    text-decoration: none;
    background-color: transparent;
}

.caption
{
    /*font-family: Verdana, Helvetica, Arial, sans-serif;*/
    color: #2a2b37;
    font-size: 1em;
    margin-top: 0;
    padding-top: 0;
}

.photoNav {
    float:right;
    padding-top: .25em;
}

.photoNavFront {
    float:right;
    padding: .5em 0 1em 0;
    text-align:left;
}

.exif {
    float:left;
    text-align: left;
    color: #55576e;
    padding-top: 1em;
    font-size: .75em;
    /*font-family: "Courier New", Courier, monospace;*/
    font-family: Verdana, Helvetica, Arial, sans-serif;
}