﻿body
{
    padding: 0px;
    margin: 0;
    background-color:Black;
}

#header
{
width:870px;
height:111px;
margin:0 auto;
}

#spacer
{
    height:85px;
}

#nav
{
margin-left:48px;
text-transform:uppercase;
}

#outerWrap {
margin: 15px auto;
width: 100%;
}

#innerWrap {
margin: 0 auto;
width: 100%;
}

#top
{
margin:0 auto;
background-image:url(../images/topbgsub.jpg);
background-repeat:no-repeat;
background-position:center;
height:111px;
width:100%;
}

#middle
{
margin:0 auto;
background-image:url(../images/bodybgsub.jpg);
background-repeat:no-repeat;
background-position:top;
background-color: #C40001;
}

#bottom {
background-color: #C40001;
}

#bodycontent_outerwrap
{
margin:0 auto;
width:870px;
}
#bodycontent_mainwrap
{
margin:0 auto;
width:844px;
}

#contenttop {
width:844px;
height:21px;
background-image:url(../images/topsub.jpg);
background-repeat:no-repeat;
background-position:top;
}

#bodycontent 
{
width:844px;
height:560px auto;
background-image:url(../images/contentbg2.jpg);
background-repeat:repeat-y;
background-position:top;
}

#contentbottom {
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:844px;
height:75px;
}

#bottomImage
{
    margin-left:730px;
    margin-bottom:13px;
    }
    
#subLeft
{
    margin-top:0;
    margin-left:30px;
    width:540px;
    float:left;
    text-align:justify;
    display:inline;
    }
#subRight
{
    margin-top:0;
    margin-left:60px;
    width: 180px;
    height:560px;
    float:left;
    display:inline;
    }
    
#bottomWrap
{
    width:844px;
    height:30px;
    margin:0 auto;
    vertical-align:middle;
  }
#footer
{
color:#ffffff;
font-size:11px;
text-align:center;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}