.left_col{
    float:left;
    width:580px;
}
.right_col{
    width:410px;
    float:right;
}
.welcome p{
    font-size:14px;
}
.welcome p span{
    font-size:12px;
    color:#666;
}
.welcome .container {padding-bottom: 15px;}
.welcome .container p {padding-bottom: 12px}
.welcome.round_block {background:url(/images/block-round-bot-right-grey.png) no-repeat bottom right;}
.welcome .foot {background:url(/images/block-round-bot-left-grey.png) no-repeat bottom left;}
.table {
    border: 1px solid #CED5D8;
    background: #f0f4f6;
    border-top: none;
    border-bottom: 0;
    padding: 10px 30px 20px 30px;
    float: none;
    height: 380px;
}
.table h2 {
    color: #204d79;
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    display: block;
    float: none;
    font-weight: bold;
}
.table div {
    width: 225px;
    height: 150px;
    float: left;
    padding: 12px;
    margin: 0 0 15px 0;
    background: #FFFFFF url(/images/block-grad-reverse.png) repeat-x left bottom ;
    border: 1px solid #ced5d8;
    -moz-border-radius: 5px;
}
.table .right {float: right;}
.table small {
    display: block;
    font-size: 11px;
    color: #666666;
}
.table h3 {
    font-size: 16px;
    margin: 5px 0;
    padding: 0px;
}
.table img {
    float: left;
}
.table p {
    display: block;
    float: left;
    margin: 45px 0 0 10px;
    font-size: 11px;
    color: #666666;
}
.table p a {
    display: block;
}
.news p{
    padding-bottom:3px;
    margin-bottom:3px;
    border-bottom:1px #e5e5e5 solid;
}
.news p.last{
    margin:0;
    padding:0;
    border:none;
}
.news p span{
    display:block;
    font-size:11px;
    color:#666;
}
.testimonials .container {
    padding-bottom: 5px;
}
.testimonials .bottom {
    margin-top: 10px;
}
.testimonials .top {
    height: 50px;
}
.testimonials .top .paginator {
    padding-top: 10px;
}
.testimonials .paginator{
    float: left;
}
.round_block .more{
    right:30px;
    margin-right:0px;
}
strong.highlight { font-weight: normal; }