
body {
	margin-top:30px;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:url(../images/leftbg.gif);
	background-repeat: repeat;
	text-align: center;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:800px;
	height: 136px;
	background: url(../images/hdr.jpg);
	background-repeat: no-repeat;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 10px !important;
	text-align:right;
}

#fixed {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* column container */
.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 */
	z-index: 0;
	margin-top: 0px;
}
/* 2 column left menu settings */
.leftmenu {
	background:#ffffff;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:204px;
	background:#fff;
	border-left: 1px dotted gray;
   
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	
}
.leftmenu .col1 {
	margin:0px 10px 0 210px;
	position:relative;
	right:100%;
	overflow:hidden;
	 
}
.leftmenu .col2 {
	float:left;
	width:178px;
	position:relative;
	right:191px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width: 790px;
	background-color: #efe9de;
	color: #666666;
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 14px;
	border-top:1px solid #cc0000;
	padding:.5em;
}

