body {
    font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    background-color: black;
    color: white;
}

#logo {
    background: black;
    background-image: url(img/levonasart.png);
    color: white;
    margin: 0 0 1px 0;
    border-bottom: 2px solid white;
    padding: 10px;
    text-align: right;
    width: 780px;
    height: 126px;
}

#navbar {
    margin: 0 20px 0 20px;
}

#navbar ul {
    margin: 0;
    white-space: nowrap;
    padding: 0;
    text-align: center;
}

#navbar li {
    display: inline;
    list-style-type: none;
    margin: 0;
    font-weight: bold;
}

#navbar a {
    padding: 1px 8px 1px 8px;
}
#navbar a:link, #navbar a:visited {
    color: white;
    background: gray;
    text-decoration: none;
    border: 1px solid white;
}

#navbar a:hover {
    border: 1px solid white;
    background: white;
    color: black;
}

#thispage a:link, #thispage a:visited, #thispage a:hover {
    bottom: 1px;
    border: 2px solid white;
    padding: 1px 8px 4px 8px;
    background: white;
    color: black;
}

#wrapper {
    color: white;
    margin: 1em auto;
    width: 800px;
}

img, a img {
    border: 0 none;
}

#content {
    color: white;
    margin: 20px 0 0 0;
    padding: 20px;
    text-align: center;
}

#content a {
    color: white;
}

#content h1 {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0px 0px 40px 0px;
}

#content p {
    margin: 5px 10px 20px 10px;
    padding: 0px 10px 0px 10px;
    border-left: 2px solid gray;
    text-align: left;
}

#content h2 {
    margin: 0;
}

#content h3 {
    margin: 0;
}

#content .thumbnail {
    border: 2px solid white;
    height: 150px;
    vertical-align: middle;
}

#copyright {
    border-top: 2px solid white;
    font-size: 9px;
    text-align: center;
    color: white;
    padding: 10px;
}

.header {
    text-align: left;
    border-bottom: 2px solid white;
}

.header ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.header li {
    display: inline;
    list-style-type: none;
}

.header .date {
    float: right;
}

.header .title {
    font-size: 16px;
    font-weight: bold;
}

.image {
    padding: 20px 0px 20px 0px;
    border-bottom: 2px solid white;
}

.image ul {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    white-space: nowrap;
    text-align: center;
}

.image li {
    margin: 15px;
    display: inline;
    list-style-type: none;
}

.image .name {
    font-size: 24px;
    font-weight: bold;
    color: white;
    font-style: italic;
}

.image img {
    border: 2px solid white;
    height: 150px;
}

.left {
    float: left;
}
