@charset "UTF-8";

* {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

body {
	background-color: #EC2124;
	background-image: url(../images/SPA.Page.Background.Gradient.jpg);
	background-repeat: repeat-x;
}

.logo {
	position:absolute;
	height: 170px;
	width: 181px;
	top: 59px;
	left: 14px;
	z-index:10;
}

.backgroundstar {
	position:absolute;
	height: 170px;
	width: 181px;
	left: 0px;
	top: 700px;
	z-index:0;
}

.centretext {
	position:absolute;
	height: 311px;
	width: 600px;
	left: 230px;
	top: 141px;
	z-index:5;
}

.centretext2 {
	position:absolute;
	height: 311px;
	width: 300px;
	left: 200px;
	top: 120px;
	z-index:5;
}

.text {
	margin-top:20px;
	margin-left:20px;
	color:#FFFFFF;
	font-size: 20px;
	line-height:25px;
}

.text A:link {
	color:#66CCFF;
	text-decoration:none;
}

.text A:hover {
	color:#FFFF99;
	text-decoration:none;
}

.text A:visited {
	color:#660000;
	text-decoration:none;
}

h1 {
	color:#FFCC00;
	font-size:44px;
	line-height:40px;
	margin-left:20px;
	font-weight:normal;
}	

.contactbar {
	position:absolute;
	height: 67px;
	width: 320px;
	left: 200px;
	top: 0px;
	background-image:url(../images/SPA.Page.Background.Contact.gif);
	z-index:0;
	background-repeat: no-repeat;
}

.rightbar {
	position:absolute;
	width: 338px;
	left: 500px;
	top: 170px;
	z-index:1;
	background-color: ee2125;
	height: 432px;
}

.rightbartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	padding-left:25px;
	padding-top:9px;
	padding-bottom:15px;
}

.rightbartext a:link {
	color:#000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.rightbartext a:visited {
	color:#000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.rightbartext a:hover {
	color:#333;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.rightbartext a:active {
	color:#333;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.rightbartext>strong {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.rightbar2 {
	position:absolute;
	width: 338px;
	left: 850px;
	top: 170px;
	z-index:1;
	background-color: ee2125;
	height: 432px;
}



