@charset "utf-8";
/* CSS Document */
body {
	background-color: #C6C6FF;
}
#LeftColumn, #RightColumn {
	position:absolute;
	width:175px;
	height:1900px;
	top: 83px;
	z-index:1;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #C6C6FF;
}
#RightColumn {
	z-index:2;
	width: 130px;
	left: 872px;
}
#LeftColumn a {
color:#000000;
}
#CentreColumn {
	position:absolute;
	width:675px;
/*	height:1750px; */
	z-index:10;
	left: 185px;
	top: 80px;
	background-color: #D9D9FF;
	padding: 5px;
}
#TopBanner {
	position:absolute;
	width:685px;
	height:80px;
	left: 0px;
	background-color: #C6C6FF;
	z-index:3;
	top: -78px;
	bottom: 80px;
}
/*#BtmBanner {
	z-index:4;
	top: 1742px;
}*/
h1, h2{
	text-align: center;
}
img.Left, img.Right {
	float:left;
	margin: 5px;
 	border: medium solid #C6C6FF;
}
img.Right {
	float:right;
}
