BODY {
    background-color: #F3F5F6;
    font-family: Verdana, Arial, sans;
    margin: 0; padding: 0;
}

#header {
    top: 0;
    left: 0;
    height: 101px;
    width: 100%;
    background-image: url(topbg.png);
    repeat: repeat-x;
}

#logo {
    position: absolute;
    top: 75px;
    left: 7px;
    height: 31px;
    width: 406px;
    padding: 0;
    margin: 0;
    color: white;
}

#logo a {
    text-decoration: none;
    color: white;
}

#logo a:hover {
    color: #f5f5f5;
}

#nav {
    margin-left: 20px;
}


#nav li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
    padding-left: 18px;
    font-size: 80%;
    background-image: url(split.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav a {
    color: black;
    text-decoration: none;
}

#nav a:hover {
    border-bottom: 1px solid #666;
    color: #333;
}

#content {
    padding-left: 10px;
    width: 95%;
}

#nav .active a {
    border-bottom: 1px solid black;
}

.center {
    text-align: center;
}

#folders {
    width: 100%;
    text-align: center;
}

.folder {
    float: left;
    margin: 5px;
    padding: 10px;
}

.folder div {
    clear: both;
}

.folder img {
    padding: 2px;
    border: 1px solid #666;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

.folder a {
    text-decoration: none;
    color: black;
}

.thumbtext {
    font-size: 80%;
    text-transform: uppercase;
    clear: both;
}

.thumbtext a {
    color: #333;
    text-decoration: none;
}

.thumbtext a:hover {
    padding-bottom: 3px;
    color: #000;
    border-bottom: 1px solid #666;
}

#aroundthumbs {
    text-align: center;
}

#thumbnails {
    margin: auto;
    width: 600px;
}

#thumbnails img {
    border: 1px solid #000;
}

#thumbnails td {
    vertical-align: middle;
    text-align: center;
    padding: auto;
}

#thumbnails a {
    text-decoration: none;
    color: black;
}

address {
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 60%;
    font-style: normal;
    color: #999;
    text-align: center;
    margin: auto;
    padding: 3px;
    margin-bottom: 10px;
    clear: both;
}

.path a {
    color: black;
    text-decoration: none;
}

.path a:hover {
    color: #333;
    text-decoration: underline;
}

.path .active {
    text-decoration: none;
    font-weight: bold;
}


#aroundimage {
    margin: auto;
}

#image img {
    border: 1px solid #000;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    margin: auto;   
}

#image {
    text-align: center;
}

.nextprev {
    width: 640px;
    margin: auto;
}

.nextprev a {
    font-size: 2em;
    color: black;
    text-decoration: none;
}

.nextprev a:hover{
    color: #666;
}

#next {
   float: right;

}

#prev {
    float: left;
}

#num {
    font-weight: bold;
    padding-top: 10px;
}

#num span {
    font-weight: normal;
}

#imagedesc {
    margin-top: 8px;
    width: 640px;
    margin: auto;
}

#thumbnails .subfolder {
    border: 3px solid #666;
    border-top: 3px solid #CCC;
    border-left: 3px solid #CCC;
    background-color: #fff;
    padding: 4px;
}

#commentshead {
    font-family: Georgia, sans;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 30%;
    margin: 5px auto;
}

#commentslist p {
    margin: 0 0 1em 0;
}

#commentslist .head {
    font-size: 80%;
}

#commentslist .name {
    font-weight: bold;
}

#postcomment {
    font-family: Georgia, sans;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 30%;
    margin: 5px auto;
}

#comments_container {
    width: 700px;
    margin: auto;
}

#comments td {
    vertical-align: top;
    font-size: 80%;
}
