html {
    width: 100%;
    min-height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #cdcdcd;
    background-image:url(/images/bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
    /* font-family: Georgia,"Nimbus Roman No9 L",serif; */
    font-size: 13px;
}
div#header {
    width: 855px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
div#logo {
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: right top; /* background-position: left for left-align */
    position: relative;
    margin-right: -12px; /* left: -5px for left-align */
    padding-top:85px;
    margin-bottom:0px;
}
div#title {
    margin-bottom: -16px;
    font-size: 15px;
    letter-spacing: 2.6px; /* 3.5px for justified with georgia font-family */
    word-spacing: 3.5px; /* 4.5px for justified with georgia font-family */
    text-transform: lowercase;
    text-align: right;
}
div#title  img {
    vertical-align:middle;
}
div#menu {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
    text-transform: lowercase;
    text-align: left;
}
div#pageTitle {
    width: 855px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    text-transform: lowercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: lowercase;
    position: relative;
    text-align: right;
}

#pageMenu {
    position: absolute;
    text-align: left;
    left: 0px;
    width: 50%;
}

.photo {
    margin: 10px;
}

div#photos img {
    border: 1px solid #cccccc;
}
div#photos {
    color: #FFFFFF;
    width: 880px;
    padding-left: 7px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    margin-bottom: 50px;
}
div#otherContent{
    width: 855px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
div#otherContent p {
    text-align: justify;
}
div#homeImg {
    border: 1px solid #CCCCCC;
    width: 855px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: center;
}
div#homeImg img {
    border: 1px solid gray;
}
div#permalink {
    width: 855px;
    position:relative;
    left:-2px;
    padding-top: 15px;
    margin-right: auto;
    margin-left: auto;
}
div#permalink img {
    border: 1px solid gray;
}
div#top {
    height: 25px;
}
div#bottom {
    height: 25px;
}
div#contactImg {
    width: 855px;
    margin-top: 50px;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 50px;
}
div#contactImg img {
    border: 1px solid white;
}
div#contactDiv {
    width: 855px;
    margin-left:auto;
    margin-right: auto;
}
div#mark {
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
h1 {
    margin-left: auto;
    width: 855px;
    margin-right: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: lighter;
}
table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
td.stack {
    width: 95px;
    background-image: url(images/stackBG.gif);
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
td.set {
    width: 95px;
}
.setThumb {
    float: left;
    width: 85px;
    height: 125px;
    background-image: url(images/stackBG.gif);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    margin: 10px;
}
.setTitle {
    color: black;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 75px;
    text-align: center;
}
.title {
    color: #990000;
    font-style: italic;
}
a:link, a:active, a:visited {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.backButton:link, a.backButton:active, a.backButton:visited {
    font-size: 11px;
    font-weight: normal;
    color: gray;
    text-decoration: none;
}
a.backButton:hover {
    text-decoration: underline;
}
a.tagLink:link, a.tagLink:active, a.tagLink:visited {
}
a.tagLink:hover {
    color: gray;
    text-decoration: underline;
}
a.boxLink:link, a.boxLink:active, a.boxLink:visited {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
a.boxLink:hover {
    text-decoration: underline;
}
