﻿body
{
    padding: 0px;
    margin: 0px;
    background-position: center top;
    background-image: url( 'images/AllPages/SiteBack.jpg' );
    background-repeat: no-repeat;
    background-color: #096ebc;
    font-family: verdana;
}

.PageHolder
{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}


.LiveText
{
    font-size: 9px;
    color: #CC0000;
    text-indent: 3px;    
}


.PageHeader
{
    width: 960px;
    height: 125px;
    background-image: url('images/AllPages/LogoBack.jpg' );
}


.PageBody
{
    width: 940px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

.SubPageBody
{
    width: 940px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
    background-image: url( 'images/subpages/MidBack.jpg' );
    background-repeat: repeat-y;
}

.RoomsFlash
{
    width: 960px;
    height: 575px;
    background-image: url( 'images/rooms/FlashBackground.jpg' );
}

.SubPageTop
{
    width: 940px;
    height: 12px;
    overflow: visible;
    float: left;
}

.SubPageLeft
{
    width: 680px;
    padding-left: 10px;
    float:left;
}

.SubPageRight{
    width:230px;
    padding-right: 8px;
    float:right;    
}

.InnerPaddingOne
{
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}


.PageFooterImage
{
    top: -10px;
    background-color: #096ebc;
    margin-left:10px;
    margin-right:10px;
}

.PageFooterText
{
    text-align: center;
    font-family: Verdana;
    font-size: 10px;
    color: #60a2d6;
}

.PageFooterText a
{
    color: #85B7E0;
    text-decoration: none;
}

.PageFooterText a:hover
{
    color: #C9DFF1;
    text-decoration: none;
}




.Clear
{
    clear: both;
}

