body
{
background: black;
margin: 0;
font-family: verdana;
font-size: 12px;
}

#mainContainer
{
width: 964px;
height: auto !important;
height: 605px;
min-height: 605px;
margin: 0 auto 0 auto;
background: url('Images/rightGradient.jpg') no-repeat top right;
padding-bottom: 10px;
}

#menu
{
width: 240px;
height: 605px;
background: url('Images/menuBackground.jpg') no-repeat;
float: left;
font-family: georgia;

text-align: right;
}

#menu ul
{
list-style: none;
line-height: 20px;
margin: 208px 24px 0 0;
padding: 0;
}

#menu a
{
color: white;
text-decoration: none;
background: url('Images/menuDot.gif') no-repeat right;
padding-right: 24px;
font-size: 14px;
}

#menu a:hover
{
padding-right: 22px;
margin-right: 2px;
}

#menu a.firstlast
{
line-height: 40px;
color: #bdbdbd;
}

#centerContainer
{
width: 568px;
float: left;
}

#top
{
width: 100%;
height: 109px;
background: url('Images/topBackground.jpg') no-repeat;
}

#top img
{
margin: 36px 0 0 33px;
}

#top a img
{
border: none;
}


#content img.mainPage
{
margin: 0 0 -2px 0;
}

#content a {
color: #fff;
}

#footer
{
width: 100%;
height: 101px;
background: url('Images/footerBackground.jpg') no-repeat;
color: #777676;
font-family: georgia;
}

#footer p
{
margin: 0;
font-size: 11px;
padding: 36px 0px;
width: 100%;
text-align: center;
}

.prev, .next {
color: #fff;
font-size: 10px;
font-weight: bold;
cursor: pointer;
}


H1 {
font-size: 120%;
border-bottom: 1px solid #888;
}


#footer a {
font-size: 10px;
padding: 1px 1px;
margin: 2px 2px;
border: 1px solid #888;
color: #aaa;
text-decoration: none;
display: block;
float: left;
}
