/*blocks frontpage only*/
#left_column {
    width: 470px;
    float: left;
	padding-right: 20px;
}

#right_column {
    width: 239px;
    float: right;
    border-left: 1px dotted #cccccc;
    padding-left: 20px;
}
