/*Columns - big middle - equal sides*/
.leftcol { color: #000; background-color: #fff; text-align: left; width: 170px; float: left; }
.middlecol { color: #000; background-color: #fff; text-align: left; width: 460px; float: left; margin-right: 15px; margin-left: 15px; }
.rightcol { color: #000; background-color: #fff; text-align: left; width: 170px; float: left; }
/*2 middle columns*/
.fourcol { color: #000; background-color: #fff; text-align: left; width: 228px; float: left; margin-right: 10px; }
.fourcol2 { color: #000; background-color: #fff; text-align: left; width: 116px; float: left; }
