﻿/* MAIN DIV */
.dgm .colmid {
	float:left;width:200%;margin-left:-250px;/* Width of right column */
	position:relative;right:100%;background-color:#FFFFFF;/* Centre column background colour */
}

.dgm .colleft{
	float:left;width:100%;margin-left:-50%;
	position:relative;left:430px;/* Left column width + right column width */
	background-color:#FFFFFF;/* Left column background colour */
}

.dgm .contentwrap {
	float:left;width:50%;position:relative;
	right:180px;/* Width of left column */padding-bottom:10px;/* Centre column bottom padding. Leave it out if it's zero */
}

/* PAGE CONTENT */
.dgm .content {
	margin:0 260px 0 190px;position:relative;left:200%;overflow:hidden;
}

/* Left DIV */
.dgm .left_col {
	position:relative;float:left;float:right;/* This overrides the float:left above */width:180px;/* Width of left column content (left column width minus left and right padding) */
}

/* Right DIV */
.dgm .right_col {
	position:relative;left:50%;float:left;float:right;/* This overrides the float:left above */
	width:250px;/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;/* Width of right column right-hand padding + left column left and right padding */
}