html, body {
	margin:0;
	padding:0;
    font-family:  Arial, Verdana,Tahoma;
	font-size:10pt;
/*	background: #909190 url(/images/background.gif);*/
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#header {
		clear:both;
		float:left;
		width:100%;
	}

	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:center;
		width:1000px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		left: 50%;
		margin-left: -500px;
				border: 1px solid gray;
				background: #FFFFFF;
	}
	/* 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 0 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;
	}
	/* 3 Column settings */
/*	.threecol {
		background:#FFFFFF;		/* right column background colour 
	}*/

	.threecol .colmid {
		right:160px;			/* width of the right column */
	}
	.threecol .colleft {
		right: 660px;			/* width of the middle column */
	}
	.threecol .col1 {
		width: 660px;			/* width of center column content (column width minus padding on either side) */
		left: 100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:160px;			/* Width of left column content (column width minus padding on either side) */
		left: 160px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:165px;			/* Width of right column content (column width minus padding on either side) */
		left: 830px;			/* 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;
		float:left;
		width:100%;
		border-top:0px solid #000;
		text-align:center;
	}
	#footer p {
		padding:0px;
		margin:0;
	}
