﻿#header 
{
    width:900px;
    height:160px;
    background:url(../assets/bg_header.gif);
}

#logo
{
    width:176px;
    height:160px;
    float:left;
    background-position:center top;
    background-image:url(../assets/logo_main.gif);
}

#logo a
{
    display:block;
    height:160px;
    width:176px;
}

#headcontainer 
{
    width:720px;
    height:160px;
    float:left;
}

#header h1 
{
    width:500px;
    height:110px;
    background:url(assets/background_header.gif);
    margin:21px 0 0 11px;
    padding:0;
}

#navigation 
{
    width:700px;
    margin:0 0 0 24px;
}

#content
{
    width:480px;
    float:left;
    font-size:0.72em;
    line-height:1.8em;
}

#content h3 
{
    font-size:1.3em;
    color:#666666;
}

#content div.padder 
{
    padding: 0 20px 0 20px;
}