	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#FFF;
		font-size:16px;
		line-height: 1.4em;
	}
	a {
		color:blue;
	}
	a:hover {
		color:#ff9900;
		text-decoration:none;
	}
	h1, h2, h3 {
	font-size:20px;
	}
	

img, a img {
   border:0px;
max-width: 100%;
}


	
	/* Header styles */

	#header {
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #840084;
		background:#800080;
	}



	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		margin:0;
		text-align:right;
	}
	/* 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%;
		position:relative;
	}
	.col1 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
		background:#FFF;		/* page background colour */
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #800080;
		background:#FFF2FF;
	}
	#footer p {
		padding:10px;
		margin:0;
	}