﻿body
{
    margin: 0px;
    background-color: #0e1419;
    background-image: url('../images/bkg_repeater.gif');
    color: #001E36;
    background-repeat: repeat-x;
}
#TopBanner
{
    width: 896px;
    height: 125px;
    background-image: url('../images/bkg_topBanner.jpg');
    color: #800000;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-repeat: no-repeat;
}
#sozoMainFlash
{
    margin: 0px auto 0px auto;
    width: 896px;
    height: 1229px;
    background-color: #001E35;
}
#BecomeADistribBtn
{
    top: 80px;
    position: absolute;
}
#SozoSuiteBtn
{
    left: 709px;
    position: absolute;
}
#BuySozoBtn
{
    top: 67px;
    position: absolute;
    left: 746px;
}
#Footer
{
    width: 896px;
    height: 205px;
    background-image: url('../images/bkg_BottomGraphic.jpg');
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:20px;
    margin-top:0px;
}
#Footer p
{
    margin: 0px;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    padding-bottom:50px;
    text-decoration:none:
}
#Footer p a
{
    color: #666666;
    text-decoration:none:
}
#Footer p a:hover
{
    color: #aaaaaa;
    text-decoration:none:
}
#feeders
{
    padding-top:150px;
    text-align:center;
    width:860px;
}
#feeders ul
{
    list-style-type: none;
}
#feeders li
{
    font-size: 12px;
    color: #666666;
    font-family: Verdana;
    display: inline-block;
    padding:0px 15px 0px 15px;
}
#feeders li a:link {color: #666666;text-decoration:underline;}
#feeders li a:visited {color: #666666;text-decoration:underline;}
#feeders li a:hover {color: #aaaaaa;text-decoration:underline;}
#feeders li a:active {color: #666666;text-decoration:underline;}

/*HTML Page Styles*/
#htmlPage
{
    font-family: Verdana;
    margin:20px;
}
#htmlPage h1
{
    color:#ffffff;
    font-size:40px;
}
#htmlPage h2
{
    color:#ffffff;
    font-size:32px;
    margin:20px 0px 0px 0px;
}
#htmlPage p
{
    color:#ffffff;
    font-size:26px;
    margin:5px 0px 10px 0px;
}
#htmlPage .note
{
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
}
#htmlPage .note a
{
    color: #ffffff;
    font-style: italic;
    text-decoration:underline;
}
#htmlPage .note a:link
{
    color: #ffffff;
    text-decoration:underline;
}
#htmlPage .note a:visited
{
    color: #ffffff;
    text-decoration:underline;
}
#htmlPage .note a:hover
{
    color: #ffffff;
    text-decoration:underline;
}
#htmlPage .note a:active
{
    color: #ffffff;
    text-decoration:underline;
}
#htmlPage ul
{
    color:#ffffff;
    font-size:24px;
}
