body
{
    background-color: #2b2b2b;
    background-image: url('img/bg.png');
    background-repeat: repeat;
    background-position: top left;
    color: #c7c7c7;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    margin: 33px 0 20px;
    padding: 0;
}

h1, h2
{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-family: Times New Roman;
}
h1
{
    font-size: 2em;
    position: absolute;
    left: 15px;
    bottom: 60px;
}
h2
{
    font-size: 1.7em;
    position: absolute;
    left: 15px;
    bottom: 30px;
}

#container
{
    background-color: #2b2b2b;
    width: 1000px;
    margin: 0 auto;
}
#top
{
    position: relative;
    background-image: url('img/logo.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    height: 440px;
}
#blog
{
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #e9e6dd;
    color: #2b2b2b;
    text-decoration: none;
    font-size: 20px;
    padding: 3px 10px;
}
#menu
{
    background-color: #e9e6dd;
    height: 70px;
}
#menu ul
{
    position: relative;
    top: 22px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 450px;
}
#menu li
{
    font-size: 1.5em;
    float: left;
    width: 150px;
    text-align: center;
    margin: 0;
    padding: 0;
}
#menu li a
{
    text-decoration: none;
    color: #2b2b2b;
}
#page { padding: 25px; height: 372px; }
p.about, p.pictures { margin: 0; padding: 0; }
p.about
{
    text-align: right;
    font-size: 1.2em;
    line-height: 165%;
}
p.pictures { text-align: center; }
p.pictures img { border: 0; }
