﻿body
{
    background-position: center top;
    background-color: #000000;
    background-image: url(   'images/bg2.png' );
    background-repeat: no-repeat;
}

.siteContainer
{
    border-style: solid;
    border-color: #C0C0C0;
    background-position: center center;
    margin: 0 auto;
    position: relative;
    width: 805px;
    background-color: #000000;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.headContainer
{
    background-position: 50px 20px;
    width: 805px;
    height: 120px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
}

.bodyContainer
{
    width: 805px;
    height: 950px;
    background-color: #000000;
    padding-top: 2px;
}

.leftContainer
{
    width: 301px;
    height: 950px;
    padding-top: 2px;
    position: absolute;
    left: 0px;
}

.rightContainer
{
    width: 496px;
    height: 950px;
    padding-top: 2px;
    position: absolute;
    left: 305px;
}

.footContainer
{
    width: 805px;
    height: 120px;
}

.contactInfo
{
    padding: 5px;
    top: 20px;
    left: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.contactLabels
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.adRotator
{
    padding: 10px;
}

.imageShow
{
    padding: 0px 10px 10px 10px;
}

.blogContainer
{
    height: 930px;
    font-family: Arial, Helvetica, sans-serif;
}

.facebook
{
    float: right;
    padding: 5px;
    top: 10px;
}

.coach
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.coachHeading 
{
    font-size: 16px;
    font-weight: bold;
    color: #FFD700;
}

.coachPic
{
    background-position: center center;
    background-image: url('images/coachDrayton.jpg');
    height: 148px;
    width: 135px;
}

.blogUser
{
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #FFD700;
}

.blogEntry
{
    font-size: 14px;
    padding: 5px;
    color: #FFFFFF;
}

.blogDate
{
    color: #C0C0C0;
    font-style: italic;
    font-size: 10px;
}

.LoginStyle
{
    padding: 10px;
}

.reg_schedule
{
    font-size: 12px;
    color: #000000;
    text-align: center;
    background-color: #DBDBDB;
}

.reg_schedule_head
{
    font-size: 14px;
    font-weight: bold;
    color: #FFD700;
}