#container
	{
	position: relative;
	width: 975px;
	margin: 0 auto 15px;
	/* background-image: url(../images/grid12.png); */
	}
	
#header, #footer 
	{
	width: 945px;
	/* height: 100%; */
	margin: 0;
	padding: 15px;
	overflow: hidden;
	}

#header *, #footer *
	{
	margin: 0;
	}

/*
COLUMN MARGINS
one - 15px
two - 95px
two - 175px
three - 255px
four - 335px
five - 415px
six - 495px
seven - 575px
eight - 655px
ten - 735px
eleven - 815px
twelve - 895px
*/

.col, .subcol1, .subcol
	{
	float: left;
	/* overflow: hidden; */
	margin: 0;
	margin-left: 15px;
	padding-bottom: 20px;
	}
	
.col
	{
	padding-bottom: 30px;
	}
	
.subcol1
	{
	margin-left: 0px;
	}
	
/* S I Z E */
.one {width: 65px;}
.two {width: 145px;}
.three {width: 225px;}
.four {width: 305px;}
.five {width: 385px;}
.six {width: 465px;}
.seven {width: 545px;}
.eight {width: 625px;}
.nine {width: 705px;}
.ten {width: 785px;}
.eleven {width: 865px;}
.twelve {width: 945px;}
