/* For grid stuff */
div.section {
    display:table;
    width:960px;
    border-collapse:collapse;
    clear:both;
}

div.column {
    display: table-cell;
    float:left;
}

div.column_content {
	padding:5px;
}

div.one {
    width:48px;
}

div.two {
    width:96px;
}

div.three {
    width:144px;
}

div.four {
    width:192px;
}

div.five {
    width:240px;
}

div.six {
    width:288px;
}

div.seven {
    width:336px;
}

div.eight {
    width:384px;
}

div.nine {
    width:432px;
}

div.ten {
    width:480px;
}

div.eleven {
    width:528px;
}

div.twelve {
    width:576px;
}

div.thirteen {
    width:624px;
}

div.fourteen {
    width:672px;
}

div.fifteen {
    width:720px;
}

div.sixteen {
    width:768px;
}

div.seventeen {
    width:816px;
}

div.eighteen {
    width:864px;
}

div.nineteen {
    width:912px;
}

div.twenty {
    width:960px;
}

div.last_column_in_section {
    clear:right;
}