h1, h2, h3, h4, h5, h6, p, br, img, div, ol, li, ul, form, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 10px;
}

#wrap {
	height: 650px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font: 10px/1.3 Tahoma, Geneva, sans-serif;
	color: #333;
}
#wrap #main #leftBox {
	height: 650px;
	width: 646px;
	background: url(../images/leftBg.jpg) no-repeat left top;
	float: left;
}
#wrap #main #leftBox #leftText {
	height: 393px;
	width: 208px;
	position: absolute;
	left: 411px;
	top: 160px;
}
#wrap #main #leftBox #leftText h1 {
	font-size: 105%;
	color: #000000;
	padding-bottom: 10px;
}
#wrap #main #leftBox #leftText p {
	padding-bottom: 10px;
}
#leftText a {
	color: #333;
	text-decoration: none;
}
#leftText a:hover {
	color: #D52053;
	text-decoration: none;
}

#wrap #main #rightBox {
	height: 650px;
	width: 354px;
	float: left;
}
#wrap #main #contForm {
	position: absolute;
	left: 668px;
	top: 170px;
	width: 220px;
	font-size: 9px;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
}
#contForm form label {
	vertical-align: top;
}

#contForm form table {
	margin-top: 5px;
}

#contForm table tr td {
	margin: 0px;
	padding: 0px;
}

#rightBox #contForm form input {
	border: 1px solid #999;
	margin-right: 3px;
	font-size: 10px;
}
#rightBox #contForm form textarea {
	border: 1px solid #999;
	margin-right: 3px;
	font-size: 10px;
}
#contForm form .subBtn {
	margin-top: 7px;
}





#wrap #nav {
	position: absolute;
	height: 230px;
	width: 166px;
	left: 135px;
	top: 205px;
}
#wrap #eLink {
	height: 27px;
	width: 166px;
	position: absolute;
	left: 110px;
	top: 529px;
}
#wrap #main #linkLeftBox {
	height: 650px;
	width: 1000px;
	background: url(../images/linkBg.jpg) no-repeat left top;
	float: left;
}

#wrap #main #linkLeftBox #linkText {
	height: 393px;
	width: 440px;
	position: absolute;
	left: 411px;
	top: 170px;
}
#wrap #main #linkLeftBox #linkText h1 {
	font-size: 105%;
	color: #000000;
	padding-bottom: 10px;
}
#linkText table tr td h2 {
	font-size: 105%;
	color: #D52053;
}
#linkText table tr td p a {
	color: #333;
	text-decoration: none;
}
#linkText table tr td p a:hover {
	color: #D52053;
	text-decoration: none;
}



#wrap #main #leftBox #linkText p {
	padding-bottom: 10px;
}
.inputWidth {
	width: 150px;
	margin-bottom: 5px;
	height: 10px;
}
.inputWidthHi {
	width: 150px;
	margin-bottom: 5px;
	height: 20px;
}

.centred {
	text-align: center !important;
}
.noBorder {
	border-style: none !important;
}
.pinkBg {
	background: #FCE2ED;
}
