/*
	CSS file for Gameological Society
	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)

*/




/* Grid
------------------------------------ */

.full {

	width: 84px ; 

	float: left;

}


.col {

	margin-right: 4px;

	float: left;

}


.col2 {

	margin-right: 18px;

	float: left;

}


.last {

	margin-right: 0 !important;

}


.one	  	{ width: 76px; }

.two 	 	{ width: 156px; }

.three		{ width: 236px; }

.four		{ width: 316px; }

.five	  	{ width: 396px; }

.six	  	{ width: 476px; }

.seven  	{ width: 556px; }

.eight  	{ width: 636px; }

.nine		{ width: 716px; }

.ten		{ width: 796px; }

.eleven		{ width: 876px; }

.twelve		{ width: 956px; }

.thirteen	{ width: 1036px; }

.fourteen	{ width: 1116px; }

.fifteen		{ width: 1196px; }

.sixteen		{ width: 1276px; }

.seventeen	{ width: 1356px; }

.eighteen	{ width: 1436px; }

.nineteen	{ width: 1516px; }

.twenty		{ width: 1596px; }



.one2	  	{ width: 65px; }

.two2 	 	{ width: 148px; }

.three2		{ width: 231px; }

.four2		{ width: 314px; }

.five2	  	{ width: 397px; }

.six2	  	{ width: 480px; }

.seven2  	{ width: 563px; }

.eight2  	{ width: 646px; }

.nine2		{ width: 729px; }

.ten2		{ width: 812px; }

.eleven2		{ width: 895px; }

.twelve2		{ width: 978px; }

.thirteen2	{ width: 1061px; }

.fourteen2	{ width: 1144px; }

.fifteen2		{ width: 1227px; }

.sixteen2		{ width: 1310px; }

.seventeen2	{ width: 1393px; }

.eighteen2	{ width: 1476px; }

.nineteen2	{ width: 1559px; }

.twenty2		{ width: 1642px; }




