body
{
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 0;
    background: #03141e url(images/balaton.jpg) repeat-y top left;
}

p
{
    margin-top: 0;
    padding:0;
    font-size:10pt;
    line-height: 14pt;
}

a
{
    color: #fff;
    text-decoration:none;
}

img
{
    border:0;
}

#sidebar
{
    position: absolute;
    top: 0;
    margin: 0 0;
    padding:20px;
    width: 240px;
    background: #1b1c20;
    float:left;
}
#logo
{
    bottom:0;
    margin-bottom: 0;
    vertical-align:bottom;
}
#header
{
    position: absolute;
    width:169px;
    height:137px;
    top:18px;
    right:18px;
    background: #f00;
}

#header p
{
    font-size:11px;
    font-weight:lighter;
    text-align:right;
    margin-right:6px;
}

#header p span
{
    font-size:13px;
}

#content
{
    margin-left:300px;
}

.list
{
    
}

.list table
{
    border-collapse: collapse;
    width:600px;
}

.list tr
{
    padding-bottom: 20px;
}

.list td
{
    padding: 0 20px 20px 0;
    vertical-align: top;
}

.list h1
{
    font-weight:lighter;
    margin-right:20px;
}

.list h2
{
    font-size:14pt;
    font-weight:lighter;
}

.lower
{
    margin-top: 140px;
}