body {
    margin:0;
    font: normal small verdana, arial, helvetica, sans-serif;
}

h1 {
    font-size:1.5em;
}

#header {
    padding:5px 10px;
    border-bottom:1px solid #999;
    background-color:#f0f0f0;
}

#header ul {
    list-style-type:none;
    margin:0;
    padding:0;
    float:right;
}

#header ul li {
    display:inline;
}

#header li a {
    text-decoration:none;
}

#header li a:hover {
    text-decoration:underline;
}

#header a.h {
    color:#000;
    text-decoration:none;
    font-size:1.5em;
    font-weight:bold;
}

#vote {
    text-align:center;
}

#vote img {
    vertical-align:middle;
}

#vote a.first {
    margin-right:5px;
}

#vote a {
    text-decoration:none;
}

#vote a img {
    border:1px solid #ccc;
}

#vote a:hover img {
    border:1px solid #000;
}

#main {
    width:600px;
    margin:0 auto;
}

#photos {
    width:500px;
    margin:0 auto;
    text-align:center;
}

#photos p {
    margin-top:40px;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
}

#photos img {
    margin-bottom:5px;
}

#ad {
    text-align:center;
    margin-top:40px;
    margin-bottom:25px;
}