body {
    background-color: #191919;
    background-repeat: repeat-y;
    background-position: 30px 0px;
    margin: 0px;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
}

#header, #content, #footer {
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 750px;
    height: 332px;
}

#content {
    width: 750px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-image: url(img/bottom.png);
    background-repeat: no-repeat;
    background-color: #191919;
}

#navigation {
    border-left: 1px solid white;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-left: 20px;
    font-size: 90%;
}

#navigation ul {
    list-style: none;
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
}

#navigation ul li {
    line-height: 2em;
    padding-bottom: 0px;
}

#navigation ul ul li {
    font-size: 80%;
}

#footer {
    width: 730px;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: black;
    background-color: #9C7FDF;
    font-size: 85%;
    text-align: center;
}

#content p, #content li {
    line-height: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
}

#content li {
    padding-bottom: 1.2em;
}

#content h2, #content h3, #content h4 {
    margin-left: 20px;
    margin-right: 20px;   
    color: #FFE35F;
}

#content .sub {
    font-size: 80%;
    font-weight: normal;
    color: white;
}

#content h3 {
    border-bottom: 1px solid white;
}

#content img.thumb, #content p.gallery img {
    padding: 5px;
    border: 1px solid #AB1E52;
}

#content img.thumb {
    margin: 10px;
    float: right;
    clear: right;
}

#content p.gallery img {
    margin: 3px;
}

#content p.inset {
	padding-left: 40px;
}

#content a img.thumb:hover, #content p.gallery a img:hover {
    border: 1px solid #FFE35F;
}

a {
   color: #AB1E52; 
}

a:hover {
    color: #FFE35F;
}

#content table {
    margin-left: 20px;
    margin-right: 20px;
}

#content table.credits td {
    vertical-align: top;
    padding-bottom: 10px;
    padding-right: 20px;
}

#content table.credits td:first-child {
    font-weight: bold;
}

#content ul.subsections {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

#content ul.subsections li {
    font-size: 80%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid white;
}

#content ul.subsections li.active {
    background-color: black;
    font-weight: bold;
}

#content ul.subsections li.active a {
    color: white;
}


#content ul.subsections.horizontal li {
    display: inline;
    border-right: 1px solid white;
}

#content ul.subsections.vertical li {
    width: 50%;
    border-left: 40px solid black;
}

#content ul.subsections li a {
    padding: 8px;
    text-decoration: none;
}

#content ul.subsections li.last a {
    border-right: 0px solid white;
}

div.subsection {
    padding-top: 20px;
    background-color: black;
    padding-bottom: 20px;
}

div.neaten {
    clear: both;
}

#content div.subsection h2, #content div.subsection h3 {
    color: #9682DB;
}
