body {
    
    font-size: 10px;
    font-family: arial, none;
    color: #989898;
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a:link {
    color: #eeeeee;
    text-decoration: none;
}

a:visited {
    color: #eeeeee;
    text-decoration: none;
}

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

a:active {
    color: #eeeeee;
    text-decoration: underline;
}

#header {
    color: #eeeeee;
    background-color: #333333;
    font-size: 24px;
    height: 30px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
}

#breadcrumb {
    margin-left: 5px;
}

#manage_account {
    color: #eeeeee;
    background-color: #333333;
    height: 30px;
    width: 100px;
    position: fixed;
    right: 0;
    top: 0;
    _float: right;
    _margin-top: -27px;
}

#manage_account img {
    border: 0;
    margin: 0;
    padding-top: 12px;
    padding-left: 11px;
}

#subheader {
    color: #333333;
    background-color: #cccccc;
    font-size: 12px;
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    top: 30px;
    position: fixed;
    border-bottom: 1px solid #aaaaaa;
    z-index: 10;
}

html>body #subheader {
    height: 30px;
}

#viewing_page {
    margin-top: 8px;
    margin-left: 5px;
    width: 33%;
    float: left;
    text-align: left;
}

#navigation {
    color: #989898;
    margin-top: 8px;
    width: 33%;
    float: left;
    text-align: center;
}

#view {
    margin-top: 6px;
    width: 33%;
    float: left;
    text-align: right;
}

#left-margin {
    display: none;
    width: 5%;
    float: left;
}

#content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

html>body #content {
    margin-top: 65px;
}

#content-body {
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.gallery-overview {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-left: auto;
}
    
.gallery-overview li {
    float: left;
}

.gallery-item {
    background: #ffffff;
    border: 1px solid #bfbfbf;
    padding: 5px;
    margin: 5px;
    width: 165px;
    height: 265px;
}

.gallery-item:hover {
    border-color: #666666;
}

.gallery-picture {
    
}

.gallery-picture img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
}

.gallery-picture img:hover {
    border-color: #666666;
}

.picshadow {
    background: url(/img/ultima/shadow.png) no-repeat bottom right;
}

.gallery-text {
    margin-left: 10px;
    margin-top: 0;
    text-align: left;
}

.gallery-manage {
    text-align: center;
}

.gallery-manage img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

.gallery-manage img:hover {
    background-color: #eeeeee;
}

.title {
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
}

.des_title {
    display: block;
    margin-top: 5px;
    color: #3b3b3b;
}

.des_body {
    height: 40px;
    overflow: hidden;
}

.gallery-item hr {
    display: none;
    clear: both;
    border: 0;
    }

.pic_grid {
    float: left;
    margin: 5px;
}

.pic_grid img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
}

.pic_grid img:hover {
    border-color: #666666;
}

#pic_single_container {
    float: left;
}

.pic_single {
    margin: 5px;
}

.pic_single img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
}

.pic_single img:hover {
    border-color: #666666;
}

#pic_single_big {
    float: left;
    position: fixed;
    margin-left: 250px;
    margin-top: 5px;
}

.label {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: bold;
}

#gallery_des {
    color: #989898;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

#picture_title {
    color: #3b3b3b;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

#prev_pic {
    width: 150px;
}

#prev_pic img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
    width: 150px;
    height: 120px;
}

#prev_pic img:hover {
    border-color: #666666;
}

#current_pic {
    text-align: center;
}

#current_pic img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
    width: 100%;
}

#current_pic img:hover {
    border-color: #666666;
}

#next_pic {
    width: 150px;
}

#next_pic img {
    background-color: #ffffff;
    margin: 0;
    padding: 5px;
    border: 1px solid #bfbfbf;
    width: 150px;
    height: 120px;
}

#next_pic img:hover {
    border-color: #666666;
}

#manage_pic {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#manage_pic img {
    float: right;
    margin-top: 5px;
}

#picture_des {
    background-color: #ffffff;
    color: #989898;
    text-align: center;
    width: auto;
    padding: 5px;
    border: 1px solid #bfbfbf;
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
}

#picture_info, #picture_exif {
    text-align: left;
    width: auto;
}

.picture_exif_hide {
    display: none;
}
.picture_exif_show {
    display: inline;
}

#content-single {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#left-col {
    display: inline;
    float: left;
    width: 175px;
    position: relative;
}

#two-col {
    display: inline;
    float: right;
    width: 660px;
    position: relative;
}

#mid-col {
    display: inline;
    width: 450px;
    float: left;
    display: inline;
    position: relative;
}

#right-col {
    display: inline;
    float: right;
    width: 175px;
    position: relative;
    margin-left: 10px;
}

.spacer {
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

    