body 
{
    margin:0px;
     padding:0px;
     background-color:#161616;
     font-size:13px;
    line-height:17px;
    font-family: Arial, Helvetica, sans-serif;
}

.headerContainer
{
    background-image:url("https://www.2big4email.com//images/header_bg.png");
    background-repeat:repeat-x;
    height:420px;
}
.interiorHeaderContainer
{
    background-image:url("https://www.2big4email.com//images/int_header_bg.png");
    background-repeat:repeat-x;
    height:244px;
}
.headerImage
{
     background-image:url("https://www.2big4email.com//images/header.png");
    background-repeat:repeat-x;
    height:420px;
    width:1056px;
    margin-left:auto;
    margin-right:auto;
}
.interiorHeaderImage
{
     background-image:url("https://www.2big4email.com//images/int_header_image.png");
    height:244px;
    width:1056px;
    margin-left:auto;
    margin-right:auto;
    background-repeat:no-repeat;
}
.mainContentContainer
{
    background-color:White;
    padding-bottom:40px;
}
.mainContentArea
{
     width:1056px;
    margin-left:auto;
    margin-right:auto;
}

.leftContent
{
    width:700px;
    float:left;
    border-right: solid 1px #B2DFF4;
    padding-right:20px;
}

.rightContent
{
    width:300px;
    float:left;
    padding-left:30px;
}

.footerContainer
{
    background-image:url("https://www.2big4email.com//images/footer_bg.png");
    background-repeat:repeat-x;
    height:306px;
    padding-top:30px;
}
.footerContent
{
    background-image:url("https://www.2big4email.com//images/footer_logo.png");
    background-repeat:no-repeat;
    height:44px;
    width:1056px;
    margin-left:auto;
    margin-right:auto;
}

.footerTextContent
{
    width:856px;
    margin-left:250px;
    color:White;
    padding-top:15px;
    vertical-align:middle;
}

.footerCopyright
{
    color:White;
    text-align:center;
    padding-top:50px;
    width:1056px;
    margin-left:auto;
    margin-right:auto;
}

h1
{
    font-size:19px;
    margin:0px;
    padding:10px 0px 25px 0px;
}

h2
{
    font-size:17px;
     margin:0px;
    padding:10px 0px 10px 0px;
    font-weight:normal;
}

.clear
{
    clear:both;
}

img
{
    border:none;
}

.footerTextContent a
{
    color:#E5951D;
}

.footerTextContent a.visited
{
     color:#E5951D;
}


a img
{
 border:none;
}



