@charset "utf-8";
/* CSS Document */
/* 3C */
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-bottom: 10px;

}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;

}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;

}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
		padding-left: 25px;
	padding-right: 5px;
}



#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:200px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	border-right: 1px solid white;
	border-bottom: 1px solid #CCCCCC;
	height: 350px;
}
#col3 {
	float:left;
	width:200px;
	position:relative;

	left:-20px;
	overflow:hidden;
	padding-left: 10px;
		border-left: 1px solid white;
	border-bottom: 1px solid #CCCCCC;
		height: 350px;
}

