/* CSS Document */
body{
	background-image:url(../images/bodybg.jpg);
	line-height:1.5;
}
#holder{
	background-image:url(../images/aboutcontentbg.jpg);
	background-repeat:repeat-y;
}
#mainContent{
	width:938px;
	padding-top:250px;
	background-image:url(../images/aboutbelowbanner.jpg);
	background-repeat:no-repeat;
}
#contact{
	padding:0px 200px 69px 40px;
}
#received{
	padding:0px 200px 400px 40px;
}
#navinner{
	background-image:url(../images/aboutfullbanner.jpg);
	background-repeat:no-repeat;
	width:938px;
	height:345px;
	padding:0px 0px 0px 44px;
}
label{
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
#send{
	margin-left: 120px;
} 
input{
	margin-bottom:5px;
}
textarea{
	width:250px;
	height:150px;
}
.errorMsg{
	margin-left:10px;
	color:#CC0000;
}
.errorTB{
	float:right;
	color:#CC0000;
}
