﻿#wrapper {
    background: #ead983 url(images/LLR2_background.jpg) no-repeat center top;
    height: 1200px;
    position: relative;
}
#llr-div-body {
    height: 100%;
    margin: 0 auto;
    width: 1018px;
    position: relative;
}

#header {
    background: url(images/logo.jpg) no-repeat center top;
    width: 1018px;
    height: 134px;
    position: relative;
}

#books {
    background: url(images/books.jpg) no-repeat center top;
    width: 1018px;
    height: 321px;
}

#content {
    background: url(images/content.jpg) no-repeat center top;
    width: 1018px;
    height: 168px;
}

#twitter {
    background: url(images/twitter.jpg) no-repeat center top;
    width: 1018px;
    height: 163px;
}

#brady-tweets {
    float: left;
    display: inline;
    height: 150px;
    margin: 10px 0 0 80px;
    padding: 0;
    width: 415px;
}
#orrin-tweets {
    float: right;
    display: inline;
    height: 150px;
    margin: 10px 95px 0 0;
    padding: 0;
    width: 415px;
}

.twitter_title {
    display: block;
    width: 400px;
    text-transform: uppercase;
    font-size: 20px;
    color: #211d17;
    font-family: Trajan Pro,Georgia, Times New Roman, Serif;
}

.twitter_title img {
    padding: 5px 0 0 5px;
}
.twitter_title span {
    padding: 0 0 0 20px;
    position: relative;
    top: -5px;
}

#allgrace {
    background: url(images/all_grace.jpg) no-repeat center top;
    width: 1018px;
    height: 99px;
}
#allgrace p {
    float: right;
    padding: 18px 220px 0 0;
    width: 400px;
    line-height: 20px;
}
#allgrace p a {
    color: red;
}

/*------------- WEBINAR ----------------------*/

#div-webinar-bar {
    background: url(images/webinar.jpg) no-repeat center top;
    width: 1018px;
    height: 114px;
}

.div-webinar-info {
    padding: 30px 0 0 150px;
    text-align: center;
    width: 700px;
}
.div-webinar-info h2 {
    color: #FFF0C0;
    text-align: center;
    font-size: 18px;
}
.div-webinar-info h2 a {
    color: #FFF0C0 !important;
}

#div-webinar-access {
    padding: 0 170px 0 0;
    color: #FFF0C0;
    float: right;
}
#div-webinar-access a {
    color: #FFF0C0;
}



#footer {
    background: url(images/footer.jpg) no-repeat center top;
    width: 1018px;
    height: 259px;
}

.llr-full {
    margin: 0;
    padding: 0 70px;
}

#llr-div-bottomlinks {
    width: 950px;
    margin: 0 auto;
    padding: 35px 25px;
    text-align: center;
    font-size:17px;
    color: #000;
}

#llr-div-bottomlinks a {
    color: Black;
}

#llr-div-bottomlinks a:hover {
    color: #fff0c0;
}

#llr-bottom {
    height: 110px;
    padding: 0 55px;
    width: 890px;
}

#llr-bottom a {
    color: #fff0c0;
}

#llr-bottom a:hover {
    color: #000;
}

#top25 {
    width: 50%;
    height: 110px;
    float: left;
    display: inline;
}
#top25link {
    display: block;
    float: left;
    display:inline;
    padding: 40px 0 0 45px;
    text-align: right;
    width: 50%;
    text-decoration: underline;
}
#top25 img {
    float: right;
    display: inline;
    padding: 15px 75px 0 0;
    _padding:0;
    _position:relative;
    _top:15px;
    _right:75px;
}

#top30 {
    width: 50%;
    height: 110px;
    float: right;
    display:inline;
}
#top30 img {
    float: left;
    display:inline;
    padding: 21px 0 0 100px;
}
#top30link {
    display: block;
    float: right;
    display:inline;
    padding: 40px 25px 0 0;
    text-align: left;
    text-decoration: underline;
    width: 50%;
}


