html, body { padding: 0; margin: 0; }
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#591600;
    text-align:center;
    color: #eeeeee;
}
img.logo {
    width: 281px;
    height: 57px;
    margin-bottom:5px;
}
span.logo { font-family: Arial;}
div.thumbs, div.footer {
    width: 1000px;
    margin: 3px auto;
}
div.footer {
    font-size: 10px;
}

div.thumbs {
    background-color: white;
    border: 1px solid #bbb;
    padding-top: 3px;
}
div.thumbs a img  {
    width: 240px;
    height: 180px;
    border: 1px solid #aaa;
    margin: 0px;
}

a, a:visited {
    color: #fffc00;
}

h1 { margin: 3px; padding: 0; font-size: 22px;}
h2 { font-size: 20px; margin: 3px; padding: 0; }
h3 { font-size: 17px; margin: 3px; padding: 0; }

div.thumb a img { border: 1px solid #aaa; }
div.thumb div.desc { width: 190px; float: left; overflow: hidden; font-size: 11px; height: 13px; text-align: left;}
div.thumb div.time { width: 50px; float: left; overflow: hidden; text-align: right; font-size: 11px; zfont-style:italic; color: yellow;}


img.top_thumb { width: 180px; height: 135px; border: 1px solid white; margin-top: 3px;}

iframe { width: 99%; }
