﻿
body 
{
    margin:0;
    padding:40px 0 40px 0;
    background: #221E1F url(../images/backTileStripes.gif) repeat;
    color:#ffffff;
    font-size:80%;
    font-family:Trebuchet MS,Tahoma,Arial,sans-serif;
    text-align:center
}

h1
{
    margin:0;
    padding:0;
    color:#CDC1A7;
    font-size:520%;
    font-weight:bold;
    text-align:center
}

h2
{
    color:#CDC1A7;
    font-size:180%;
    text-align:center;
}

h3
{
    color:#CDC1A7;
    font-size:140%;
    text-align:left
}

a
{
    color:#CDC1A7;
    font-weight:bold;
}

.reader
{
    display: none;
    visibility: hidden;
}

.clear
{
    clear:both
}

.boxLeft
{
    float:left;
    padding:10px 10px 10px 10px;
    text-align:center;
}

.imgLeft
{
    float:left;
    margin-right:30px;
}

.imgRight
{
    float:right;
    margin-left:20px;
}

.listTracks
{
    list-style-type:upper-roman;

}

.textAnnounce
{
    font-size:140%;
    text-align:center;
}

#divSheet
{
    width:760px;
    margin:auto;
    text-align:center;
}

#divHeader
{
    width:760px;
    border: solid 2px #CDC1A7;
    border-bottom: none;
    background: #000 url(../images/bannerSGR.gif) no-repeat center;
    height: 120px
}

#divContent
{
    background-color:#000;
    width:680px;
    border: solid 2px #CDC1A7;
    border-top: none;
    margin:auto;
    padding: 40px 40px 40px 40px;
    color:#ffffff;
    text-align:justify;
}

#divNav
{
    padding: 120px 136px 0 136px;
    margin:0;
    width:auto;
}

#divNav ul
{
    display:block;
    list-style:none;
    margin:0;
    padding:0
}

#divNav li
{
    text-align:center;
    display:block;
    float:left;
}

#divNav a
{
    border-top:solid 1px #CDC1A7;
    border-left:solid 1px #CDC1A7;
    border-bottom:solid 1px #221E1F;
    border-right:solid 1px #221E1F;
    text-decoration:none;
    display:block;
    font-size:140%;
    width:120px;
    height:24px;
    background:#403A37;
}

#divNav a:hover
{
    border-bottom:solid 1px #CDC1A7;
    border-right:solid 1px #CDC1A7;
    border-top:solid 1px #221E1F;
    border-left:solid 1px #221E1F;
    padding: 1px 0 0 2px;
    width:118px;
    height:23px;
}

#divSmallPrint
{
    display:block;
    background-color:#000;
    border: solid 2px #CDC1A7;
    width:360px;
    font-size:120%;
    font-weight:bold;
    margin: 20px auto 20px auto;
    padding: 32px 0 32px 0;
}

#divSmallPrint a
{
    color:#CDC1A7
}