html
{
    height: 100%;
    margin-bottom: 1px;
}
body
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    -x-system-font: none;
    background: #CFA7BD url(../images/splash_bg.jpg) repeat-x scroll 0 0; 
    color: #000000;
    font-family: "Trebuchet MS" ,verdana,arial,sans-serif;
    font-size: small;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    text-align: center;
}
img
{
    border: 0 none;
}
#container
{
    margin: auto;
    text-align: left;
    width: 746px;
}
#header
{
    height: 125px;
    padding: 0;
}
#flash_box
{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 330px;
    margin: 0 0 0 48px;
    padding: 0;
    width: 648px;
}
#skip_splash
{
    margin: auto;
    position: absolute;
    text-align: right;
    top: 460px;
    width: 680px;
}
#skip_splash a:link, #skip_splash a:visited
{
    -x-system-font: none;
    color: #B6C7E2;
    font-family: helvetica,arial,times,sans-serif;
    font-size: 90%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}
#skip_splash a:hover, #skip_flash a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
#primary_nav_wrapper
{
    height: 56px;
    width: 746px;
}
.clearing
{
    clear: both;
    height: 0;
}
.invisible
{
    display: none;
}
.off_screen
{
    left: -9999px;
    position: absolute;
    width: 990px;
}

