/* 3 Columns
 * 2 columns in white box
 * 1 column on blue
 */

	/* General styles */
	
	/* 'widths' sub menu */
	#subnav {
		clear:both;
		margin:0;
		/*padding:6px 15px !important;*/
		text-align:right;
		background:#dde9f9; /**/
		opacity:0.8;				/* CSS3 Standard */
		/*ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); */
		filter: alpha(opacity=80);	/* for IE */
		-moz-opacity:0.8;
	}
	
	
	/* column container */
	/* Moved to style.css */
	
	
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
	/*	position:relative; */
	}
	.col1,
	.col2,
	.col3
	{
		float:left;
		position:relative;
		padding:0 0 .5em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
/* 3 Column settings */
	.threecol {
				/* right column background colour */
	}
	.threecol .colmid {
	/*	right:28%;		*/	/* width of the right column */
				/* center column background colour */
				
	}

	
	
		.threecol .col1 {
		width:49%;			/* width of left column content (column width minus padding on either side) */
					/* 100% plus left padding of center column */
	/*	margin-right:2%;*/
	}
	
		.threecol .col2 {
		left:2%;			/* Width of left column content (column width minus padding on either side) */
		/*left:37.5%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	
		width:49%;
	}
	
	.threecol .col3 {
		float:left;
		width:30%;		/* Width of right column content (column width minus padding on either side) */
		_width:auto;	/* IE6 Hack */
			}	
			
			
	.box {
		float:left;
		width:69%;
	left:1%;
	/*	margin-left:1%;*/
	}

