body
{
    text-align: center;
}

#site
{
    font-family: Verdana, Arial;
    font-size: 11px;
    margin: auto;
    text-align: left;
    width: 990px;
}

#site a
{
    color: #000000;
    text-decoration: underline;
}

#site a:hover
{
    text-decoration: none;
}

#header
{
    background: url('img/header.jpg') no-repeat center;
    height: 230px;
}

#content
{
    padding-left: 10px;
}

#left
{
    float:left;
    width: 185px;
}

.desc
{
    background: url(img/desc_bg.png) repeat-y center;
    float:left;
    width: 795px;
}

.desc_head
{
    background: url(img/desc_head.png) no-repeat center;
    height:60px;
}

.desc_head h1
{
    font-size: 20px;
    line-height: 55px;
    margin: 0px;
    margin-left: 20px;
}

.desc_bottom
{
    background: url(img/desc_bottom.png) no-repeat center;
    height:18px;
}

.desc_main
{
    margin-left: 8px; 
    padding: 8px;
    width: 760px;
}

#picture_box
{
    float: right;
    margin-top: 18px;
    text-align: right;
    width: 320px;
}
