﻿.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 */

}
.columns{
	margin:15px 0;
}

.columns .column_centerontainer{
	float:left;
	width:200%;
	margin-left:-200px;/* Width of right column */
	position:relative;
	right:100%;
}
.columns .column_centerontainer2{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:400px;/* Left column width + right column width */
}
.columns .column_center_wrap{
	float:left;
	width:50%;
	position:relative;
	right:200px;/* Width of left column */
	padding-bottom:1em;/* Centre column bottom padding. Leave it out if it's zero */
}
.columns .column_center{
	margin:0 200px;/* Centre column side padding:
Left padding = left column width + centre column left padding width
Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.columns .column_left{
	float:right;/* This overrides the float:left above */
	width:160px;/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:25px;/* Width of the left-had side padding on the left column */
}
.columns .column_right{
	float:right;/* This overrides the float:left above */
	width:160px;/* Width of right column content (right column width minus left and right padding) */
	margin-right:50px;/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
	color:#4e2221;
}
.column_left li.top-menu-background{
	height:20px;
	line-height:20px;
	background-image:url('..//images/layout/background150px-top.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
.column_left li.menu-background{
	line-height:20px;
	background-image:url('..//images/layout/background150px-middle.jpg');
	background-repeat:repeat-y;
	background-position:center center;
	
}
.column_left li.bottom-menu-background{
	height:20px;
	line-height:20px;
	background-image:url('..//images/layout/background150px-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
}

.column_right p.top-menu-background{
	height:20px;
	line-height:20px;
	background-image:url('..//images/layout/background150px-top.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	margin:0;
}
.column_right p.menu-background{
	background-image:url('..//images/layout/background150px-middle.jpg');
	background-repeat:repeat-y;
	background-position:center center;
	margin:0;
	padding:0 10px;
}
.column_right p.bottom-menu-background{
	height:20px;
	line-height:20px;
	background-image:url('..//images/layout/background150px-bottom.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 0 15px 0;
}
