﻿	/* thirds 3 column settings */
	.thirds {
	    /*background:#77f; */   	/* Right column background colour */
		width:100%;
        position:relative;
		float:left;
	}
    .thirds .colmid {
        right:33%;
        /*background:#7f7;*/    	/* Left column background colour */
    }
    .thirds .colleft {
        right:33%;
        /*background:#f77;*/    	/* Left column background colour */
    }
 
	.thirds .col1 {
		float:right;
        position:relative;
		width:31%;
		padding:1%;
		left:0%;
	}
	
	.thirds .col2 {
		float:right;
        position:relative;
		width:31%;
		padding:1%;
		left:66%;
		/*background:#cfc;*/
	}
 
	.thirds .col3 {
		float:right;
        position:relative;
		width:31%;
		padding:1%;
		left:133%;
		/*background:#cfc;*/
	}
	/* baz 5 column settings */
	.fifths {
	/*background:#777;*/     	/* Right column background colour */
	background-position: right;
	width: 100%;
	position: relative;
	float: left;
	/*background-image: url('../images/dividerfifths2.gif');
	background-repeat: repeat-y;*/
}
    .fifths .colmid {
        right:20%;
        /*background:#77f;    	/* Left column background colour */
    }
    .fifths .colleft {
        right:20%;
        /*background:#7f7;    	/* Left column background colour */
    }
 
    .fifths .collefter {
        right:20%;
       /* background:#f77;    	/* Left column background colour */
    }
 
    .fifths .colleftest {
        right:20%;
        /*background:#ff7;    	/* Left column background colour */
    }
 
	.fifths .col1 {
		float:right;
        position:relative;
		width:18%;
		padding:1%;
		left:0%;
	}
	
	.fifths .col2 {
		float:right;
        position:relative;
		width:18%;
		padding:1%;
		left:40%;
		/*background:#cfc;*/
	}
 
	.fifths .col3 {
		float:right;
        position:relative;
		width:18%;
		padding:1%;
		left:80%;
		/*background:#cfc;*/
	}
 
	.fifths .col4 {
		float:right;
        position:relative;
		width:18%;
		padding:1%;
		left:120%;
		/*background:#cfc;*/
	}
 
	.fifths .col5 {
		float:right;
        position:relative;
		width:18%;
		padding:1%;
		left:160%;
		/*background:#cfc;*/
	}
