/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 */


#container {
    background: url(../img/home-bg.png) repeat-y;
}

#container {
    width: 940px;
}

#cont-footer p {
    width: 940px;
}

#content {    
    width: 990px;
    margin: 0;
    
}

#col1 {
    padding-top: 10px;
    width: 276px;
    float: left;
    margin-left: 23px;
    overflow: hidden;
}

#col2 {
    padding-top: 10px;
    float: left;
    width: 276px;
    margin-left: 34px;
}

#col3 {
    padding-top: 10px;
    float: left;
    /*width: 276px;*/
    width: 305px;
    margin-left: 33px;
}

#col1 p, #col2 p, #col3 p {
    width: 270px;
}

#col1, #col1 p, #col2, #col2 p, #col3, #col3 p {
    color: #555;
}

table p {
    width: auto !important;
}