html, body {
    margin: 0;
    padding: 0;
    border: 0;
}

body { 
    background-image:url(tendtrils-tile1.png);
    font-family: verdana, arial, san-serif;
    font-size: 10px;

}
#main {
    width: 960px;
    background-color:#fff;
    border: solid black medium;
    margin: 2em auto;
    padding: 1em;

}

.navheader{
    display: block;
    border: solid black medium;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0;
}

.breadcrumbs{
    position: absolute;
    top: 7px;
    left: 0;
    z-index:2;
}

.timelinks{
    position: absolute;
    top: 8px;
    right: 0px;
    z-index:3;
}

.tagsearch{
    display: block;
    position: relative;
    width: 100%;
    top: 2px;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index:1;
}

.tagsearch form{
    width: 100%;
    text-align: center;
    position: relative;
}

.folder {
    display: inline-block;
    height: 100px;
    padding: 2px;
    text-align: center;
    width: 120px;
}

.folder a {
    text-decoration: none;
}

.folder img {
    width: 72px;
    height: 72px;
    border: 0px;
}

.image {
    display: inline-block;
    border: 0px;
}

.image a {
    text-decoration: none;
}

.image img{
    border-style: none;
}

.imageinfo{
    border-style: none;
}

.imageinfo .prev{
    float: left;
    width: 20%;
}

.imageinfo .next{
    float: right;
    text-align: right;
    width: 20%;
}

.imageinfo .origimage{
    display: static;
    float: left:
    width: 100%;
    text-align: center;
    border-style:solid;
    border-width:5px;
}