﻿body
{
    margin: 0 auto;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #f6f2e8;
    text-align: center;
}
#wrapper
{
    margin:0 auto;
    width: 820px;
    background-color: #fff;
    text-align: left;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
#header .top
{
    padding: 12px;
}
#header .left
{
    float: left;
    width: 617px;
    height:315px;
}
#header .right
{
    float: left;
    width: 203px;
    height: 315px;
    background: url(../img/fade_bg_top.jpg) no-repeat left bottom;
}
.presents
{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin: 55px 0 0 -10px;
}
#nav
{
    clear: both;
    background-color: #c4141b;
    width: 820px;
    height:43px;
}
.menu
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: White;
    width: 100%;
}
.menu li
{
    float: left;
    background-color: #c4141b;
}
.menu li.seperator
{
    padding: 15px 5px 15px 5px;
    cursor: default;
}
.menu li a
{
    display: block;
    padding: 15px 8px 15px 8px;
    color: White;
    font-weight: bold;
}
.menu li a:hover
{
    text-decoration: none;
    background-color: Maroon;
}
#main
{
    clear: both;
}
#main .left
{
    float: left;
    width: 557px;
    min-height: 443px;
    background: url(../img/fade_bg_bot.jpg) no-repeat right top;
    padding: 30px;
}
#main .right
{
    float: left;
    padding: 30px 5px 5px 10px;
    width: 188px;
}
h3
{
    color: #c4141b;
}
.albumtitle
{
    color: #c4141b;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
}
a.album
{
    font-size: 14px;
    color: #c4141b;
    line-height: 22px;
}
#footer
{
    clear: both;
    padding: 5px;
    text-align: center;
    color: #666;
    background-color: #f6f2e8;
}