body {
    font: 10pt Georgia, "Times New Roman", Serif;
    line-height: 1.5;
    background: #000000;
    color: #404040;
    margin: 0;
    padding: 0;
}

#imagedisplay {
    position: absolute;
    left: 0;
    top: 50%;
    right: 210px;
    bottom: 101px;
    text-align: center;
    margin-top: -315px;
}

#image {
    border: 0px;
}

img.thumbnail {
    opacity: 0.50;
    border: 1px;
    border-style: solid;
    border-color: #505050;
    height: 80px;
}

img.thumbnailcur {
    opacity: 0.50;
    border: 1px;
    border-style: solid;
    border-color: #ffffff;
    height: 80px;
}

#imageinfo {
    color: #808080;
    background: #000000;
    opacity: 0.66;
    position: absolute;
    padding: 5px;
    right: 8px;
    bottom: 147px;
    border: 1px;
    border-style: dotted;
    border-color: #505050;
    width: 180px;
}

#returntoindex {
    color: #808080;
    background: #000000;
    opacity: 0.66;
    position: absolute;
    padding: 5px;
    right: 8px;
    bottom: 110px;
    border: 1px;
    border-style: dotted;
    border-color: #505050;
    width: 180px;
    height: 18px;
}

#albumnav {
    position: absolute;
    top: 100px;
    left: 100px;
    color: #808080;
    background: #000000;
    opacity: 0.66;
    padding: 15px;
    padding-bottom: 0px;
    border: 1px;
    border-style: dotted;
    border-color: #505050;
    width: 280px;
}

#imagenav {
    background: #161616;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    text-align: center;
    border: 0;
    border-top: 1px solid #2a2a2a;
    margin: 0;
    padding: 0;
    padding-top: 9px;
}

#arrowleft {
    position: absolute;
    left: 50px;
    border: 0;
}

#arrowright {
    position: absolute;
    right: 50px;
    border: 0;
}

a.albumlink {
    font-size: 18pt;
    font-weight: normal;    
    vertical-align: middle;
}

div.albumthumbs {
    position: relative;
    left: 200px;
    top: -18pt;
}

a {
    color: #c0c000;
    text-decoration: none;
}

a:hover {
    color: #ffff00;
    text-decoration: underline;
}

h1, h2 {
    font-weight: normal;
}

#pagetitle {
    position: absolute;
    right: 16px;
    top: 8px;
    width: 180px;
}


#titletext {
    font-size: 20pt;
}

#subtitletext {
    position: relative;
    font-size: 16pt;
    left: 10px;
    top: -1.45em;
    color: #505050;
}
