/*
	CSS file for The Learning Annex
	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(../images/global/grid.gif) top left repeat-y; */
}


/* Grid
------------------------------------ */
.col {       
	margin-right: 15px;
	float: left;
}                   
.col2 {
	margin:0;
	float:left;
}
.col3 {
	margin:0 5px;
	float:left;
}

/* The grid is a little different this time. We're using a grid with wider columns on either side, so the CSS has been set up to accomicate that. */

.side-one { width: 96px; }
.side-two { width: 207px; }

.center-one 	{ width: 64px; }
.center-one-and-half 	{ width: 103px; }
.center-two 	{ width: 143px; }
.center-two-three { width: 172px;}
.center-two-five { width: 214px; }
.center-banner { width: 203px;}
.home-module img { width: 198px; }
.center-three { width: 222px; }
.center-four 	{ width: 301px; }
.center-five 	{ width: 380px; }
.center-six 	{ width: 459px; }
.center-seven { width: 669px; }

.full-one		{ width: 96px; }
.full-two		{ width: 207px; }
.full-two-and-half {width: 218px;}
.full-three	{ width: 286px; }
.full-three-four {width: 300px;}
.full-four	{ width: 365px; }
.full-five	{ width: 444px; }
.full-five-eight { width: 452px; }
.full-six		{ width: 523px; }
.full-seven	{ width: 602px; }
.full-eight	{ width: 681px; }
.full-nine	{ width: 792px; }
.full-ten		{ width: 903px; }

.section-list { width: 203px; padding-top:25px;}

.full-two-three-quarters { width:237px; }
.full-two-one-quarter { width: 214px; }
.full-five-sixths { width: 452px; }

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

.margin { width:15px; }
