@charset "UTF-8";
/* CSS Document */



/* =HOLDING PAGE STYLE 1
-------------------------------------------------- */

body{
	background-color:		#CCC;
}


.wrapper{
	width:					800px;
	margin:					50px auto 0px auto;
	background-color:		#FFF;      /*---BACKGROUND WRAPPER COLOUR ---*/
	padding:                40px 0px 40px 0px;
}


.logo{
	background:				url(images/LOGO.gif) top left no-repeat;
	height:					261px;
	width:					265px;
	margin:					0px auto 0px auto;
	text-indent:            -9999px;
}

.strapLine{
	text-align:				center;
	font-family:			Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight:			lighter;
	margin-bottom:			4px;
}

.subStrapLine{
	text-align:				center;
	font-family:			Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight:			lighter;
	margin-top:				0px;
}
	

.content{
	text-align:				center;
	font-family:			Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-weight:			lighter;
	line-height:			1.3em;
}


.content a{
	color:					#000;
}

.content a:hover{
	text-decoration:		none;
}