﻿body
{
    padding: 0px;
    margin: 0;
    background-color:Black;
}

#header
{
width:870px;
height:261px;
margin:0 auto;
}

#spacer
{
    height:228px;
}

#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/topbg.jpg);
background-repeat:no-repeat;
background-position:center;
height:261px;
width:100%;
}

#middle
{
margin:0 auto;
background-image:url(../images/bodybg.jpg);
background-repeat:no-repeat;
background-position:top;
background-color: #bc0000;
}

#bottom {
background-color: #bc0000;
}

#bodycontent_outerwrap
{
margin:0 auto;
width:880px;
}

#bodycontent_mainwrap
{
margin:0 auto;
width:844px;

}

#contenttop {
width:844px;
height:22px;
background-image:url(../images/top.jpg);
background-repeat:no-repeat;
background-position:top;
}

#bodycontenthome 
{
width:844px;
height:700px auto;
background-image:url(../images/contentbg.jpg);
background-repeat:repeat-y;
background-position:top;
}

#contentbottom {
background-image:url(../images/bottom.jpg);
background-repeat:no-repeat;
background-position:top;
width:844px;
height:75px;
}

#bottomImage
{
    margin-left:730px;
    margin-bottom:13px;
    }
#homeCol1
{
    margin-top:0;
    margin-left:30px;
    width:170px;
    line-height:10px;
    float:left;
    display:inline;
    }
#homeCol2
{
    margin-top:0;
    margin-left:30px;
    width:340px;
    text-align:justify;
    float:left;
    display:inline;
    }

#homeRight
{
    margin-top:0;
    margin-left:60px;
    width:180px;
    min-height:600px;
    float:left;
    }
         
#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;
}