/*
------------------------------------------------------------------------
2 COLUMNS (GRID)
------------------------------------------------------------------------
*/
.grid {
	padding-left: 20px;
}
.grid .col {
	float: left;
	display: block;
	margin-right: 20px;
}
/*
------------------------------------------------------------------------
GRID LAST POSITION DO NOT ENTER STUFF AFTER
------------------------------------------------------------------------
*/
.s820 {
	width: 820px;
}
.col.s540 {
	width: 540px;
}
.col.s400 {
	width: 400px;
}
.col.s260 {
	width: 260px;
}
.col.s120 {
	width: 120px;
}
.col.first {
	width: 100px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-left: -120px;
}
.col.first p {
	font-size: 10px;
	color: #454545;
	line-height: 11px;
}
