body {
    background: url('images/sales-bg.png') transparent repeat-x scroll 0 0;
    background-color: #291810;
    padding: 0;
    margin: 0;
    font-family: Helvetica, Arial;
    font-size: 11pt;
}

#wrapper {
    clear: both;
    margin: 0 auto;
    width: 830px;
}

#header {
    background: url('images/sales-bg-img2.png') transparent no-repeat scroll 0 0;
    height: 212px;
    width: 830px;
}

#main {
    background: url('images/top-paper-texture.png') transparent no-repeat scroll 0 0;
    background-color: #FFFFFF;
    border: 10px solid #462516;
    border-bottom: none;
    width: 790px;
    padding: 0px 10px 3px 10px;
    min-height: 500px;
}

#footer-links {
    background-color: #462516;
    color: white;
    width: 830px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#footer-links a {
    color: white;
}

#footer-bar {
    background: url('images/footer-bar.png') transparent no-repeat scroll 0 0;
    width: 830px;
    height: 31px;
    clear: both;
}

p.centered {
    text-align: center;
}

p.bolded {
    font-weight: bold;
}

ul li {
    padding-top: 10px;
}

.bonus-box {
    background: #F2EFE0;
    border: 1px solid #F4D096;
    padding: 10px;
    margin: 20px 0px 20px 50px;
    width: 85%;
}

.bonus-box table {
    margin-top: 20px;
}

.bonus-box table tr td {
    padding: 10px;
    vertical-align: top;
}

.bonus-box p {
    margin: 0;
    padding: 0;
}

/* Session Boxes */

.expert {
    background: url('images/expert.png') no-repeat scroll 0 0 transparent;
    width: 693px;
    height: 222px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding-top: 65px;
    
}

.expert-ex {
    background: url('images/expert-ex.png') no-repeat scroll 0 0 transparent;
    width: 693px;
    height: 280px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding-top: 80px;
    
}

.person-details {
   margin: 10px 10px 5px 15px;
   min-height: 117px;
}

.person-photo {
 clear: left;
 float: left;
 width: 118px;
}

.person-info {
    clear: right;
    float: right;
    width: 545px;
}

.person-info span {
    display: block;
}

.session-name, .person-name {
    font-weight: bold;
    font-size: 12pt;
}

.person-info .session-name {
    color: #ECA641;
}

.session-desc {
    font-size: 10pt;
}

/** This is a wordpress hack to make sure that Wordpress doesn't screw with
    our HTML and styling. */
.person-details p {
    margin: none;
    padding: none;
    display: inline;
}
