﻿/**********************************
    home.css - style of home page
    
*/
#content-wrapper
{
    background: url(Images/pageBack.gif) repeat-y;
    float: left;
    overflow: hidden;
    width: 970px;
    color: #6e6e6e;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: -3px;
    padding-bottom: 50px;
}
#content-wrapper #middle-column, #content-wrapper #right-column
{
    width: 310px;
    float: left;
    position: relative;
    padding: 25px 0 0 35px;
}
#content-wrapper #right-column
{
    padding: 25px 0 0 40px;
}

#content-wrapper #left-column
{
    float: left;
    width: 186px;
    padding: 25px 0 0 40px;
    font-size: .9em;
}

#left-column p
{
    width: 100%;
    float: left;
}

#left-column .title a
{
    font-size: 110%;
    color: #4185ce;
}
#left-column div a.more
{
    width: 100%;
    margin-top: 10px;
    float: right;
    text-align: right;
    border-top: 1px solid #eee;
}