/* CSS Document */

#Top {
	width: 616px;
	margin: 9px 0px 0px 0px;
	background-image: url(Images/top.png);
	background-repeat: no-repeat;
}

#CentreShadow {
	width: 600px;
	padding: 0px 10px 0px 6px;
	background-image: url(Images/shadow1.png);
	background-repeat: repeat-y;
	position: relative; /*ONLY FOR FIREFOX*/
}

#TopShadow {
	width: 616px;
	height: auto !important;
	min-height: 361px;
	height: 361px;
	background-image: url(Images/shadow2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 6px;
}

#FooterShadow {
	width: 600px;
	padding: 0px 10px 0px 6px;
	background-image: url(Images/shadow1.png);
	background-repeat: repeat-y;
	position: relative;
}

#FooterBottomShadow {
	width: 616px;
	height: auto !important;
	min-height: 283px;
	height: 283px;
	background-image: url(Images/shadow3.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*z-index: 1;*/
}

#FooterBottomShadow2 {
	width: 616px;
	height: 17px;
	background-image: url(Images/shadow4.png);
	background-repeat: no-repeat;
}