body {
/*    background:#3A3A3A;*/
    background:black;
    background-image:url('/img/background-dc.jpg');
    background-repeat:no-repeat;
    color:white;
    font-family:"Arial","Sans-serif";
    width:1200px;
    margin:auto;
}
#right {
    width:800px;
    height:880px;
    display:block;
    float:left;
    margin-left:20px;
    margin-right:20px;


}

.clear  { float:none;clear:both;height:20px;overflow:hidden;}
.adv    {clear:both; float:none; text-align:right; padding:0.5em 1em  0; border-top:1px solid silver; }


#aboutPicture {
    margin:10px;
}

#imageFrame {
    width:800px;
    height:800px;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    text-align:center;

}
#about {
    float:left;
    width:200px;
    margin-top:180px;
    font-size:small;
}

#about a, #permalink {
    color:#00C0C0;
}

.prev {
  cursor: pointer;
  cursor: url(prev.txt), pointer;
}

.next {
    cursor: pointer;
    cursor: url(next.txt), pointer;
}

#nav {

    width:800px;
    height:80px;
    float:left;
}

#title {
    width:672px;
    float:left;
    display:block;
    margin-top:20px;
    text-align:center;
    color:white;
    font-size:xx-large;

}

#title strong {
    font-weight:bolder;
}

#name {
    font-weight:normal;
    color:#808080;

}

#nav img {
    float:left;
    cursor: pointer;
}



#image {

}
#pos {
    text-align:center;
    width:160px;
    font-weight:bold;
}
#thumbs{
    width:160px;
    float:left;
}

#pos{
    color:white;
}
.thumb{
    width:150px;
    height:150px;
    text-align:center;
    margin:10px;

}



