	/* Header styles */
	#header {
		clear:both;
		width:1000px;
		background-color: #fff;
		height: 120px;
		border-left-style: solid;
		border-left-color: #cccccc;
		border-left-width: 2px; 
		border-right-style: solid;
		border-right-color: #cccccc;
		border-right-width: 2px; 
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:1000px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-right-width: 2px;
	padding-top: 5px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:1000px;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
	width: 1000;
	left: 100;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right: 210;			/* width of the right column */
		background: #fff;		/* center column background colour */
	}
	.threecol .colleft {
		right: 580;			/* width of the middle column */
		background: #fff;	/* left column background colour */
	}
	.threecol .col1 {
		width: 568;			/* width of center column content (column width minus padding on either side) */
		left: 1006;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width: 198;			/* Width of left column content (column width minus padding on either side) */
		left: 228;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width: 198;			/* Width of right column content (column width minus padding on either side) */
		left: 820;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		width:1000;
		border-top-style: solid;
		border-top-color: #cccccc;
		border-top-width: 2px; 
		border-left-style: solid;
		border-left-color: #cccccc;
		border-left-width: 2px; 
		border-right-style: solid;
		border-right-color: #cccccc;
		border-right-width: 2px; 
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/*  */

