/*
	CSS file for Highline Capital
	Author:	Net Theory 
					http://www.nettheory.com/

	*** Grid Structure ***
	---------------------------------------------------------------------
	This sheet defines the grid structure. It MUST be loaded last (followed
	only by IE hack sheets)

*/

/*
#container {
	background: transparent url(grid.png) top left repeat-y;
}
*/


/* Grid
------------------------------------ */
.col {       
	margin-right: 21px;
	float: left;
}                   

.one 		{ width: 58px; }
.two 		{ width: 137px; }
.three 	{ width: 216px; }
.four		{ width: 295px; }
.five		{ width: 374px; }
.six		{ width: 453px; }
.seven	{ width: 532px; }
.eight	{ width: 611px; }
.nine		{ width: 690px; }
.ten		{ width: 769px; }
.eleven	{ width: 848px; }
.twelve	{ width: 927px; }

.last {
	margin-right: 0 !important;
}
