/* CSS Document */
/* This page uses the Perfect 'Holy Grail' 3 Column Liquid Layout by Matthew James Taylor. View more website layouts and web design articles.*/
/* CSS Document */
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:5;
	overflow:hidden;
	margin-top: 1%;
	margin-bottom: 30px;


	}
	/* 3 Column settings */
	.threecol {
				/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
				/* center column background colour */
	}
	.threecol .colleft {
		right:55%;				/* width of the middle column */
				/* left column background colour */
	}
	.threecol .col1 {
	width:40%;
	left:102%;
	margin-right: 5px;
	}
	.threecol .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
	width:30%;
	left:82%;

	}
/* This page uses the Perfect 'Holy Grail' 3 Column Liquid Layout by Matthew James Taylor. View more website layouts and web design articles.*/
