﻿body
{
    background-position: center top;
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    /* not in stylesheet anymore, now set in masterpage to make xmas styling possible
    background-image: url('Images/Silk.jpg');
    background-repeat: repeat-x;
	*/
}

#container
{
    width: 910px;
    margin:auto;
}

#header
{
    float: left;
    clear: both;
    width: 910px;
    height: 214px;
    background-image: url('Images/Header.jpg');
    margin-bottom: 0px;
}

#flashHeader
{
    float: right;
    width: 372px;
    height: 150px;
    margin-top: 23px;
    clear: both;
}

#mainMenu
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px; /*margin-top:188px;*/
    margin-top: 14px;
    padding-left: 5px;
    clear: both;
}

.mainMenuRight
{
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 5px;
}

.mainMenuRight a
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    padding-right: 16px;
}

.mainMenuRight a:hover
{
    color: #C0C0C0;
}

#content
{
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #e4b957;
    margin-top: 0px;
    float: left;
    clear: both;
    background-color: #FFFFFF;
    width: 908px;
    color: #000000;
    font-size: 10px;
}

#contentContainer
{
    margin: 0px;
    float:left;
}

#pageTitle
{
    background-color: #e4b957;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-left: 3px;
}

#innerContent
{
    margin: 5px 0px 5px 0px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#footer
{
    background-image: url('Images/FooterBG.gif');
    background-repeat: repeat-x;
    height: 51px;
    clear: both;
    float: none;
}

#footerInner
{
    background-image: url('Images/Footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 980px;
    height: 51px;
    margin:auto;
}

#leftSection
{
    float:left;
    width:640px;
}

#rightSection
{
    float: left;
    width: 251px;
    margin-left: 5px;
}

.textBox
{
    border: 1px solid #000000;
    padding: 4px;
    margin-bottom: 5px;
    width: 80%;
    height: 18px;
    line-height:18px;
}
