﻿#header 
{
    width:900px;
    height:120px;
    background:url(../assets/bg_header.gif);
}

#logo
{
    width:200px;
    height:120px;
    float:left;
    background-position:center top;
    background-image:url(../assets/logo_info.gif);
}

#logo a
{
    display:block;
    height:120px;
    width:200px;
}

#headcontainer 
{
    width:700px;
    height:120px;
    float:left;
}

#header h1 
{
    width:450px;
    height:75px;
    background:url(assets/background_header.gif);
    margin:21px 0 0 15px;
    padding:0;
}

#navigation 
{
    width:700px;
}

#content 
{
    width:480px;
    float:left;
    font-size:0.72em;
    line-height:1.6em;
}

#content h3 
{
    font-size:1.3em;
    color:#666666;
}

#content img.left, #content img.right
{
    margin:10px;
}

#content div.padder 
{
    padding: 0 20px 0 28px;
}
