@charset "utf-8";
body {
	background: #F4F2F3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B11C32;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dfdede;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	position: relative;
}
.oneColFixCtr #mainContent {
	height: 800px;
	width: 955px;
	position: absolute;
	background-image: url(background10.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtr #logo {
	height: 98px;
	width: 436px;
	position: absolute;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	margin-left: 260px;
}
.oneColFixCtr #nav {
	height: 98px;
	width: 900px;
	position: absolute;
	margin-left: 180px;
	margin-top: 110px;
}
.oneColFixCtr #text {
	height: 98px;
	width: 635px;
	position: absolute;
	margin-left: 280px;
	margin-top: 170px;
	font-size: 100%;
}
.oneColFixCtr #image {
	height: 98px;
	width: 635px;
	position: absolute;
	margin-left: 160px;
	margin-top: 200px;
	font-size: 110%;
}
.oneColFixCtr #text1 {
	height: 375px;
	width: 635px;
	position: absolute;
	margin-left: 280px;
	margin-top: 170px;
	font-size: 100%;
	overflow: auto;
	padding-right: 8px;
}
.oneColFixCtr #textcontact {
	height: 98px;
	width: 635px;
	position: absolute;
	margin-left: 245px;
	margin-top: 140px;
	font-size: 100%;
}
.oneColFixCtr #logo1 {
	height: 98px;
	width: 436px;
	position: absolute;
	background-image: url(background002.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
.oneColFixCtr #footer {
	height: 30px;
	width: 955px;
	position: absolute;
	background-repeat: no-repeat;
	margin-top: 573px;
	padding-left: 3px;
	background-color: FCBCCA;
	font-size: 90%;
	color: #B31B32;
}
.oneColFixCtr #image1 {
	height: 130px;
	width: 200px;
	position: absolute;
	margin-left: 20px;
	margin-top: 180px;
	font-size: 100%;
}
.oneColFixCtr #image2 {
	height: 130px;
	width: 200px;
	position: absolute;
	margin-left: 20px;
	margin-top: 385px;
	font-size: 100%;
}
.oneColFixCtr #footertest {
	height: 30px;
	width: 955px;
	position: absolute;
	background-repeat: no-repeat;
	margin-top: 110px;
	padding-left: 3px;
	font-size: 90%;
	color: #B31B32;
	background-image: url(images/colour2.jpg);
}

a:link {
	color: #B31B32;
	text-decoration: none;
}
a:visited {
	color: #B31B32;
	text-decoration: none;
}
a:hover {
	color: #B31B32;
	text-decoration: underline;
}
a:active {
	color: #B31B32;
	text-decoration: none;
}.oneColFixCtr #thankstext {
	height: 98px;
	width: 635px;
	position: absolute;
	margin-left: 280px;
	margin-top: 300px;
	font-size: 100%;
	text-align: center;
}
.oneColFixCtr #text3 {
	height: 375px;
	width: 635px;
	position: absolute;
	margin-left: 280px;
	margin-top: 170px;
	font-size: 100%;
	overflow: auto;
	padding-right: 16px;
}


HR {
	height:3px;
	width:30%;
	margin: 0px 150px 0px 200px;
	background: #FCBCCA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
   }
.oneColFixCtr #nav1 {
	height: 98px;
	width: 900px;
	position: absolute;
	margin-left: 120px;
	margin-top: 110px;
}
