/*********************************
 * NAME: styles.css
 * Description: main site styles
 * Author: LRM
 * Date: 11/20/2009
 * Change History:
 *      11/20/2009 - 1.0:
 *          Initial Styles
 ********************************/

div.backgroundcontainer {
    clear: both;
    background: top left no-repeat url(./images/homebackground.gif);
}
div#content.main {
    height: 692px;
}
div#content h2.title {
    padding-right: 130px;
}
div#content p {
    margin-right: 215px;
}
.sidebarmenu {
    height: 500px;
    /* background: left 250px url(./images/homemenubackground.gif) no-repeat; */
}
