﻿#container {
    width: 849px;
    margin: 0 auto;
}

#loginDiv {
    height: 16px;
}

#poster {
    width: 849px;
    height: 162px;
}

.meg #poster {
    background: url(images/hope-top-meg.jpg) no-repeat;
}

.book #poster {
    background: url(images/hope-top-book.jpg) no-repeat;
}

/*
light pink - ffb5c5
old - dba2d9
*/

#content {
    background: #ffb5c5 url(images/hope-side-short.jpg) repeat-y;
    min-height: 100%;
}

* html #content {
    height: 100%;
}

#contentRight {
}

#maincontent {
    width: 607px;
    margin-left: 242px;
}

#columnleft {
    float: left;
    width: 241px;
    height: 386px;
}

.meg #columnleft {
    background-image: url('images/hope-side-meg.jpg');
}

.book #columnleft {
    background-image: url('images/hope-side-book.jpg');
}

/*
dark purple - 682053
light purple - c94ea6
*/

#footer {
    clear: both;
    width: 849px;
    height: 32px;
    text-align: center;
    color: #682053;
    background: #c94ea6 url(images/hope-bottom.jpg) no-repeat;
    vertical-align: bottom;
    text-align: right;
}

#columnleft1 {
    float: right;
    width: 180px;
}

#columnleft2 {
    float: right;
    width: 180px;
    visibility: hidden;
}

#columnright {
    width: 400px;
    float: left;
}

.leftblock {
    /* border: 1px solid #DBDB79; */
    padding: 15px;
    margin-bottom: 10px; /* background: #FEFAAB url('images/background_columnleft.gif') repeat-y; */
}

.rightblock {
    /* border: 1px solid #DBDB79; */ /* background: #FEFFAB url('images/background-columnright.gif') repeat-y; */ /* width: 100%; */
}

.clear2column {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0px;
    height: 0px;
    clear: both;
}

.fullwidth, #loginbanner {
    width: 550px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    text-align: left;
}

#loginbanner {
    padding-bottom: 10px;
}

.fieldname {
    font-weight: bold;
    width: 130px;
}

.field {
    width: 300px;
}