	/* 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:#369;
	}
	a:hover {
		color:#ff9900;
		text-decoration:none;
	}
	h1, h2, h3 {
	font-size:20px;
	}
	
a img {max-width:100%;}

	/* Header styles */

	#header {
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #FF0000;
		background:#FFF;
	}



	/* '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:80%;			/* page width minus left and right padding */
		left:10%;			/* page left padding */
        font-size: 1.2em;
		line-height: 2em;
        
	}
	/* Footer styles */
	
#footer {
clear:both;
		float:left;
		width:100%;
		border-top:2px solid #FF0000;
		background:#FFF;
		font-size: 1.2em;
		line-height: 2em;

	
}

	
	