.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 352px;
	width: 300px;
	height: auto;
	padding: 10px;
	border: 0px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666;
	font-size: 14px;
	text-decoration: none;
		}
	body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#colourchart {
	background-color: #CCC;
	text-align: left;
	height: 660px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#colourHEAD {
}
#colourCONTENT {
	height: 600px;
	clear: both;
}
#colourLEFT {
	float: left;
	width: 102px;
	text-align: right;
	padding-top: 110px;
}
#colourCARD {
	float: left;
	width: 820px;
}
#colourRIGHT {
	float: right;
	width: 102px;
	padding-top: 110px;
}
#colourFOOTER {
	height: 20px;
	clear: both;
}
#headTEXT {
	float: left;
	width: 450px;
	padding-left: 102px;
}
#headLINK {
	float: right;
	width: 370px;
	padding-right: 102px;
	text-align: right;
}
.shadow {
-moz-box-shadow: 0 0 7px 0px #999;
-webkit-box-shadow: 0 0 7px 0px #999;
}