#indexContainer {
	position:relative;
	width:100%;
	margin-top:25px;
}

#indexFlash {
	margin-left:auto;
	margin-right:auto;
}

#indexCentre {
	margin:0 0 0 400px;
}

#indexLeft {
	position:absolute;
	left:0;
	top:0;
	width:400px;
}

div.section {
	height:27px;
	background-image:url(../images/main/section_background.png);
	background-repeat:repeat-x;
	margin:0 30px 0 30px;
}

div.sectionLeft {
	height:27px;
	background-image:url(../images/main/section_background_left.png);
	background-position:left;
	background-repeat:no-repeat;
}

div.sectionRight {
	height:27px;
	background-image:url(../images/main/section_background_right.png);
	background-position:right;
	background-repeat:no-repeat;
}

div.sectionTitle {
	font-size:14px;
	color:#2f373c;
	font-weight:bold;
	line-height:27px;
	margin-left:10px;
	background-image:url(../images/main/section_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

#contactDetails {
	background-image:url(../images/main/contact_details.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:180px;
	padding-left:70px;
	text-align:justify;
	line-height:20px;
}

form.cotactForm {
	margin-left:70px;
}

.formElement {
	width:350px;
	font-size:12px;
	font-family:Tahoma;
}

.formElementSmall {
	font-size:12px;
	font-family:Tahoma;
}

textarea.formElement {
	height:150px;
}

#countryElement {
	margin-right:30px;
}

#btnSubmit {
	margin-left:260px;
}
