body{
    font-family: arial, helvetica;    
}

#page{
    background: #ffffff;
    margin: 0 auto;
    width: 800px;
}

#content{
    width: 730px;
}

h3{
    border: 0;
    margin: 30px 0 30px 0;
    font-size: 18px;
    font-weight: bold;
}

.landingheader{
    margin: -30px -10px 0 -15px;
}

.post-content p{
    line-height: normal;
    margin: 0 0 15px 0;
    font-size: 1.1em;
}

#content ul li{
    list-style-image: url('/images/bullet-mark.gif');
    font-size: 14px;
    margin-bottom: 10px;
}

h1{
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: bold;
    color: #B00707;
}

#left_block{
    width: 480px;
    float: left;
}

#inner_left{
    width: 310px;
}

.lady{
    background-image: url('/images/lady.jpg');
    background-position: right 160px;
    background-repeat: no-repeat;
}

#right_block{
    width: 250px;
    float:right;
}

#opt-in, #optin2{
    background-image: url('/images/opt-in-box.jpg');
    background-repeat: no-repeat;
    width: 247px;
    height: 350px;
}

#optin2{
    background-image: url('/images/optin-back-kit.jpg');
}

    #opt-in form, #optin2 form{
        color: #ffffff;
        padding-top: 95px;
    }
    
    #opt-in form p, #optin2 form p{
        font-size: 13px;
        margin: 0 0 0 17px;
    }
    
    #opt-in form input.text, #optin2 form input.text {
        width: 200px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        height: 20px;
        font-size: 14px;
        margin-left: 17px;
        margin-bottom: 15px;
        /*color: #007700;*/
    }
    
    #opt-in-button{
        width: 207px;
        height: 46px;
        margin-left: 17px;
    }

.landing_content p{
    margin-bottom: 15px;
    font-size: 16px;
}

    .landing_content blockquote{
        border: 2px dotted #FF7F00;
        padding: 10px;
        font-size: 1.6em;
        line-height: normal;
        background-color: #FFF8DC;
    }

.offerbox{
    background-color: #FFF8DC;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 15px;
    border: 3px dashed #000000;
}
    
.red{
    color: #CC1100;
}

.backarrows{
    background-image: url('/images/arrow-back.gif');
    background-repeat: no-repeat;
}

.pro-player-container{
    text-align: center;
    margin-bottom: 20px;
}

h1.smallh1{
    color: #000000;
    font-size: 1em;
    font-weight: normal;
}