@charset "utf-8";
/* CSS Document */


		#flash{
	width: 980px;
	z-index: 1;
	clear:both;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5; */
}

#mainLeft{

	width: 320px;
	float: left;
	/* background-image: url(images/box-back.png); 
	background-repeat: no-repeat; */
}

#mainCentre{
	
	width: 320px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;

	
/*	background-image: url(images/back1.jpg);
	background-repeat: no-repeat; */
}

#mainRight{
	float: left;
	width: 310px;
	/*background-image: url(images/back1.jpg);
	background-repeat: no-repeat;  */
	
	/*background-image: url(images/login-back.png);
	background-repeat: no-repeat; */
		
}




.MainHeading{
	font-size: 18px;
	color: #cc0000;
	padding-left:20px;
}