/* CSS Document */

/*Centre Page*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page {
	width:800px;
	height:600px;
	z-index:1;
	position: relative;
	left: 50%;
	top: 20px;
	margin-left: -400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*Header section*/
#Header {
	width:800px;
	height:100px;
	z-index:10;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header.jpg);
}
/*Button Spacers*/
#ButtonSpace1 {
	left:135px;
	z-index:10;
	background-image: url(../images/button-space-1.jpg);
}
#ButtonSpace2 {
	left:265px;
	z-index:10;
	background-image: url(../images/button-space-2.jpg);
}
#ButtonSpace3 {
	left:395px;
	z-index:10;
	background-image: url(../images/button-space-3.jpg);
}
#ButtonSpace4 {
	left:525px;
	z-index:10;
	background-image: url(../images/button-space-4.jpg);
}
#ButtonSpace5 {
	left:655px;
	z-index:10;
	background-image: url(../images/button-space-5.jpg);
}
.stylebuttonspacer {
	width:10px;
	height:30px;
	visibility: visible;
	position:absolute;
	background-repeat: no-repeat;
	top: 100px;
	visibility: visible;
	border: none;
}

/*Buttons*/
#Button1 {
	left:15px;
	z-index:10;
	background-image: url(../images/button-1b.jpg);
}
#Button2 {
	left:145px;
	z-index:10;
	background-image: url(../images/button-2b.jpg);
}
#Button3 {
	left:275px;
	z-index:10;
	background-image: url(../images/button-3b.jpg);
}
#Button4 {
	left:405px;
	z-index:10;
	background-image: url(../images/button-4b.jpg);
}
#Button5 {
	left:535px;
	z-index:10;
	background-image: url(../images/button-5b.jpg);
}
#Button6 {
	left:665px;
	z-index:10;
	background-image: url(../images/button-6b.jpg);
}
.stylebuttons {
	width:120px;
	height:30px;
	top:100px;
	visibility: visible;
	position:absolute;
	background-repeat: no-repeat;
	border: 0;
}

/*SideStrips and bottom strip*/
#LHStrip {
	left:0px;
	z-index:10;
	background-image: url(../images/lhsidestrip.jpg);
}
#RHStrip {
	left:785px;
	z-index:10;
	background-image: url(../images/rhsidestrip.jpg);
}
.sidestrips {
	width:15px;
	height:490px;
	top:100px;
	visibility: visible;
	position:absolute;
	background-repeat: no-repeat;
	border: 0;
}
#BottomStrip {
	z-index:10;
	background-image: url(../images/bottom-strip.jpg);
	width:800px;
	height:10px;
	left:0px;
	top:590px;
	visibility: visible;
	position:absolute;
	background-repeat: no-repeat;
	border: 0;
}
/*SideStrips and bottom strip*/
#MainBackground {
	z-index:10;
	background-image: url(../images/mainbackground.jpg);
	width:769px;
	height:460px;
	left:17px;
	top:130px;
	visibility: visible;
	position:absolute;
	background-repeat: repeat;
	border: 0;
	overflow: scroll;
}
#MainBackgroundUC {
	z-index:10;
	background-image: url(../images/mainbackgroundUC.jpg);
	width:770px;
	height:460px;
	left:15px;
	top:130px;
	visibility: visible;
	position:absolute;
	background-repeat: repeat;
	border: 0;
	overflow: scroll;
}

/*Bottom Strip*/
#BottomShadowinsert {
	position:absolute;
	left:16px;
	top:600px;
	width:764px;
	height:16px;
	z-index:10;
	background-image: url(../images/bottomshadow.gif);
	visibility: visible;
	background-repeat: repeat;
	line-height: 20px;
	border: 0;
}
.styleBottomShadowinsert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
