@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;
	padding-top:10px;
	padding-bottom:10px;
	
	
	/* background-image: url(images/box-back.png);
	background-repeat: no-repeat; */
}

#mainCentre{
	
	width: 610px;
	float: left;
	padding-top:10px;

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

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


	


		
		
		
