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

#background {
	position: inherit;
	top: 0px;
	width: 960px;
	height: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	z-index: -100;
}

#holder {
	width: 960px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/background.jpg); 
	background-repeat: repeat-y;
	z-index: +1;
}

#topbg {
	position: relative;
	width: 960px;
	height: 120px;
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

		
#header {
	position: relative;
	width: 960px;
	height: 120px;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	position: relative;
	width:960px;
	background-color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	position: relative;
	width: 960px;
	background-image:url(images/footerbg.png);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.topmenu {
	width: 960px;
	height: 46px;
	background-image:url(images/footerbg.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	width: 960px;
	height: 46px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.mainpgcontent {
	position: relative;
	width: 960px;
	height: 475px;
	background-image:url(images/mainpage.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;
}
.itemheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CB1D1B;
	letter-spacing: 2px;
	text-align: center;
}
.itemised {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.paragraphtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
}

