html {min-height: 100%;}
*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #048;
}
a:hover
{
    color: #06C;
}
body
{
    background: #E7E7E2 url('/img/body.jpg') no-repeat center top;
    color: #444;
    font-size: 12px;
    padding-top: 64px;
    font-family: Arial,Helvetica,sans-serif;
}
table 
{
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}
li { list-style: none;}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

h1,h2,h3 {margin-top: 6px; color: #553; margin-bottom: 6px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container
{
    border: 2px solid #D7D7D2;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    width: 780px;
    position:absolute;
    left:50%;
    margin-left: -400px;
}

.outer-container
{
    background: url('../img/container.jpg') no-repeat center bottom;
    padding-bottom: 64px;
}

/* headere & title */
.header
{
    background: #222 url('../img/header.jpg') no-repeat;
    height: 160px;
    margin-bottom: 5px;
    text-align: center;
}
.header .title
{
    color: #FFF;
    padding-top: 50px;
}
.header .title .sitename a
{
    color: #FFF;
    padding-bottom: 2px;
    text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan
{
    padding-top: 6px;
}

/* path */
.path
{
    background: #949490;
    color: #FFF;
    padding: 8px 12px;
}
.path a
{
    color: #FAFAFA;
    text-decoration: none;
}
.path a:hover
{
    color: #FFE;
    text-decoration: underline;
}

/* main */
.main
{
    background: url(../img/main.gif) repeat-y;
    border-top: 4px solid #FFF;
    padding: 8px 12px 0 0;
}

/* content */
.content
{
    float: right;
    width: 538px;
    min-height:450px;
    /* width: 538px;*/
}
.content .descr
{
    color: #664;
    margin-bottom: 6px;
}
.content li
{
    list-style: url(../img/li.gif);
    margin-left: 18px;
}
.content p
{
    font-family: Arial,Helvetica,sans-serif;
    /* margin:6px; */
}

/* navigation */
.navigation {
    float: left;
    width: 210px;
}
.navigation h2 {
    color: #5A5A43;
    font-size: 14px;
    /* font: bold 1.1em Tahoma,sans-serif; */
    line-height: 30px;
    margin:0px;
    padding-left: 12px;
}
.navigation ul
{
    padding: 0px;
    margin:0px;
    border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a
{
    color: #554;
    display: block;
    /*margin: 8px 0 8px 5%;*/
    padding-left:12px;
    line-height:28px;
    text-decoration: none;
    width: 95%;
}
.navigation li a:hover
{
    background: #F0F0EB;
    color: #654;
}

/* footer */
.footer
{
    background: #949490;
    color: #F7F7F2;
    margin-top: 5px;
    padding: 10px 12px;
}
.footer a
{
    color: #F7F7F2;
    text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}