body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background: #ddd;
	font-family: verdana;
	text-shadow: 1px 1px 1px #aaa;
}

h1, h2, h3, h4 {
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}

.header {
	width: 98%;
/*	background: #ccc;*/
	margin: auto;
	padding: 1%;
}

/* 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,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
/*	background:#ccc;	*/	/* right column background colour */
}
.leftmenu .colleft {
	right:75%;			/* right column width */
/*	background:#ccc;*/	/* left column background colour */
}
.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
} 







.footer {
	width: 98%;
	position:fixed;
	bottom:10px;
	width:100%;
/*	margin-left: -7em; 
	background: #ccc;
	left: 50%;*/ 
	padding: 1%;
}
