﻿
	/* column container */
.content_outer {
	position:relative;	
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden
	}
.content_inner {
	float:left;
	width:100%;
	position:relative;
	z-index:3
	}
.content, .menu{
	float:left;
	position:relative;
	padding:0;
	overflow:hidden;
	}
.content{
	margin-top:1px;
	font: 14pt georgia, cambria, times new roman, serif;
	color:#930;
	background:#fff url('images/rightlines.gif') no-repeat top right;
	padding:25px 1% 1em 1%
}
.leftmenu {
	background:#fff;		/* right column background colour */
	}
.leftmenu .content_inner {
	right:85%;			/* right column width */
	background:#930;	/* left column background colour */
	}
.leftmenu .content {
	width:82%;			/* right column content width */
	left:101%;			/* 100% plus left column left padding */
	}
.leftmenu .menu {
	width:13%;			/* left column content width (column width minus left and right padding) */
	left:2%;			/* (right column left and right padding) plus (left column left padding) */
	}