﻿body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background: #ffffff url(/images/bg.gif) repeat-x;
}
#header {
	border-bottom:1px solid #000;
}

/* 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:#f4f4f4;		/* right column background colour */
}


.leftmenu .colleft {
	right:85%;			/* right column width 85 */
	background:#f4f4f4;	/* left column background colour  */
}
.leftmenu .col1 {
	width:84%;			/* right column content width 81 */
	left:102%;			/* 100% plus left column left padding 102 */
}
.leftmenu .col2 {
	width:16%;			/* left column content width (column width minus left and right padding) 11 */
	left:1%;			/* (right column left and right padding) plus (left column left padding) 6 */
	/*min-width:200px;    	 Minimum width of layout - remove line if not required */
}



/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}