﻿body {
    font-family:Arial;
    text-align:center;
    padding: 0px;
    margin: 0px;
}

a
{
    color:Black;   
}

img
{
    border: none 0px white;
    float:left;
}

.End
{
    clear:both;   
}

.Main
{    
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: justify;
}

.TopBar
{
    padding: 0px;
    margin: 0px;
    background-image: url(../images/Top-Bar.png);
    width: 100%;
    height: 16px;   
}
.TopLeft
{
    background-image: url(../images/Top-Left-Bar.png);
    width: 5px;
    height: 16px;
    float: left;
}
.TopRight
{
    background-image: url(../images/Top-Right-Bar.png);
    width: 5px;
    height: 16px;
    float: right;  
}

.LogoBar
{
    width: 100%;
    height: 61px;
}

.Logo
{
    position:relative;
    left:13px;
    top:13px;
}

.Banner
{
    width: 100px;
    height: 420px;   
}

#Nav
{
       width: 205px;
       height: 221px;
       float:left;
       padding:0px;
       margin:0px;
       
}

#Nav ul
{
       padding:0px;
       margin:0px;    
}

#Nav li 
{ 
       padding: 0px;
       list-style-type:none;
       text-transform:uppercase;
       background-image:url(../images/Button.png);
       width:203px;
       height:30px;
       margin: 0px 3px 2px 0px;
}

#Nav a
{
       text-decoration:none;
       color:White;
       font-size: 10px;       
       position:relative;
       top: 3px;
       left: 20px;
}

.Family 
{
    margin: 1px 4px 0px 0px;
    float:left;
    width:341px;
    height:221px;
    background-image:url(../images/Family.png);
    background-color:#330066;
}

.Rightside
{
    width:200px;
    height:220px;
    float:left;
}

.Broadcast
{
    width:200px;
    height:74px;
    margin: 0px 0px 3px 0px;
}

.Fill
{
    background-image:url(../images/Fill-Strip.png);
    width:200px;
    height:146px;    
}

.ContentHead
{
    width:750px;
    height:192px;
    background-image:url(../images/Fill-Vert.png);
    margin: 6px 0px 0px 0px;     
    float:left;
}

#Content
{
    float:left;
    width:710px;
    background-image:url(../images/Content-Back.png);
    padding: 0px 20px 10px 20px;
    font-size: 12px;
}
#Footer
{
    float:left;
    width:750px;
    height:50px;
    background-image:url(../images/Footer-Back.png);
    
}
.FooterContent
{
    float:left;
    width:652px;
    padding: 15px 0px 0px 19px;
    font-size:9px;
    color:Gray;
}
.FooterLogo
{
    float:left;
    width:58px;
    height:30px;
    padding: 10px 10px 10px 9px;
    font-size:9px;
    color:Gray;
}

.FooterLeft
{
    float:left;
    background-image:url(../images/Footer-Edge.png);  
    height:50px;
    width: 1px;   
}
.FooterRight
{
    float:right;
    background-image:url(../images/Footer-Edge.png); 
    height:50px;
    width: 1px;   
}