/* 
	The 960 Grid -- based on the WebDesignerWall 978 grid
	
	Rules:
	1. Make sure to put .first in each first column, which will clear the margins and float.
	2. Use the container for the entire page wrap-up

*/

.container {
	width: 960px;
	margin: 0 auto;
}

.one, .two, .three, .four, .five, .six {
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

.one {
	width: 135px;
}

.two {
	width: 300px;
}

.three {
	width: 465px;
}

.four {
	width: 630px;
}

.five {
	width: 795px;
}

.six {
	width: 960px;
}
.first {
	margin-left: 0;
	clear: left;
}

