body {
    background: #202020;
    background-image: url(/images/camera-2.png);
    background-repeat: no-repeat;
    color: #bfbfbf;
}

.forminput { 
    padding: 0px;
    margin: 0px;
    background-color: #303030;
    border: 1px solid #404040;
    color: #bfbfbf;
}

a {
    text-decoration: none;
}

a:link {
    color: #f741b0;
    background-color: transparent;
}

a:visited {
    color: #f741b0;
    background-color: transparent;
}

a:hover {
    color: #ff0000;
    background-color: transparent;
}

.about { 
    width: 500px;
    margin-top: 50px;
    margin-left: 300px; 
}

.bottomnavigation {
    position: absolute;
    padding-top: 32px;
    left: 430px;
}

.comment {
    padding: 3px;
    border-bottom: 1px dotted #303030;
    color: #bfbfbf;
    background-color: transparent;
    margin-bottom: 5px;
    width: 430px;
}

#header {
    float: right;
    margin-right: 30px;
}

#displaycomments {
    font-size: small;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-top: 30px;
}

.centering {
    padding-top: 20px;
    width: 100px;
    margin-left: 491px;
    margin-right: auto;
}

.pagedate {
    color: #808080;
    font-size: small;
}

.pagetitle {
    margin-left: 100px;
    font-size: large;
}

.captiontable {
    /* margin-left: 560px; */
    margin-left: 420px;
}

.imagetable { 
    margin: 0 auto; 
    position: relative;
    z-index: 1;
}

.imageframe {
    border-style: solid;
    border-width: 6px;
    border-color: #bfbfbf;
    float: left;
}

.imageblackframe {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    float: left;
}

.image {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    float: left;
    display: block;
}

#caption {
    position: relative;
    padding-top: 30px;
    padding-left: 10px;
    width: 95%;
    z-index: 1;
}

#leftrule {
    position: absolute;
    top: 25px;
    left: 550px;
    border-left: 1px dashed #505050;
    height: 700px;
    z-index: 0;
}

#toprule {
    position: absolute;
    top: 200px;
    left: 80px; /* away from the vertical text */
    border-top: 1px dashed #505050;
    width: 87%;
    z-index: 0;
}

