#infodisplay {position:relative;text-align:left;width:576px;height:236px;margin-top:5px;}
.infobox {width:189px;height:236px;}
.infoboxsmall {width:189px;height:114px;}
/* 2 Col Layout #@ http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm  */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	margin-left:auto;margin-right:auto;
	width:870px;			/* width of whole page */
	overflow:hidden; /* This chops off any overhanging divs */
z-index:0;	/* menu layering problem IE7  */	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:870px;
	position:relative;
}
.col1,
.col2 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:680px;			/* right column width */
	background:#BCC351;	/* left column background colour  F7C8B9 */
}
.leftmenu .col1 {
	width:618px;			/* right column content width */
	left:972px;			/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:190px;			/* left column content width (column width minus left and right padding) */
	left:61px;			/* (right column left and right padding) plus (left column left padding) */
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
