﻿html, body, ul, li, h1
{
    height: 95%;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

a
{
    text-decoration: none;
}

#logo-large
{
    background: url(img/logo-large.jpg) no-repeat;
    width: 720px;
    height: 90px;
    text-align: center;
    color: #993399;
    margin: 120px auto 0 auto;
}

#logo-large h1
{
    display: none;
}

#logo-small
{
    background: url(img/logo-small.jpg) no-repeat;
    width: 400px;
    height: 50px;
    color: #993399;
    margin: 24px 0 50px 320px;
    float: right;
}

#logo-small h1
{
    display: none;
}

#nav-block
{
    margin: 100px auto 0 auto;
    width: 720px;
    font: bold 0.9em Arial, Sans-Serif;
    height: 120px;
    text-align: center;
}


#nav-block ul
{
    list-style-type: none;
    text-align: center;
    width: 720px;
}

#nav-block ul li
{
    float: left;
    display: block;
    width: 150px;
    margin: 0 15px 0 15px;
    padding: 0;
    height: 24px;
    background: #993399;
    text-align: center;
    line-height: 24px;
}

#nav-block ul li a
{
    color: #fff;
}


.content
{
    width: 720px;
    margin: 0 auto;
    font: normal 1em/1.8em Georgia, Serif;
    color: #333;
}

.content h1
{
    font: bold 2.4em Arial, Sans-Serif;
    color: #993399;
    letter-spacing: -0.05em;
}

.content h2
{
    font: normal 1.5em Arial, Sans-Serif;
    color: #993399;
    margin: 48px 0 18px 0;
    padding: 0 0 6px 0;
    display: block;
    width: 720px;
    border-bottom: solid 1px #999;
}

.content p
{
    margin: 0 0 24px 0;
    padding: 0;
}

.content ul
{
    list-style-type: none;
    margin: 0;
}

.content ul li
{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
}

.content ul li a
{
    color: #0000cc;
}
