div#innercontainer
{
    background-image:   url(/images/home_bg.gif);
    background-repeat:  repeat-x;
    border-top:         none;

    min-height:         450px;
    height:             auto!important;
    height:             450px;
}

div.box-container
{
    float:              left;
    margin-left:        20px;
    display:            inline;
}

div.main_box
{
    margin-top:         17px;
    background-color:   white; 
    width:              250px;
    float:              left;
    border:             1px solid #e7e3df;
    display:            inline;
    padding:            7px;
    margin-right:       16px;
    background:         url(/images/home_main_box_bg.gif) white repeat-x bottom left;
}

div.main_box img.title
{
    margin:             5px 0 10px 5px;
}

div#bottom-text
{
    clear:              both;
    width:              675px;
    margin:             30px auto;
    padding-top:        30px;
}

a#readmore
{
    font-weight:    bold;
}