body {
	background-image: url(../images/contact/bkg_page.jpg);
}

#container {
	background-image: url(../images/contact/page_header.jpg);
	background-repeat: no-repeat;
}

#leftCol {
	float: left;
	width: 300px;
	padding: 35px 0px 0px 0px;
}

#leftCol p {
	text-align: center;
	padding: 0px 0px 34px 0px;
}

#contentCol {
	float: left;
	width: 700px;
	padding: 20px 0px 0px 0px;
}

#introText {
	padding-top: 33px;
}

#contentCol a {
	color: #61C681;
}

#colLeft {
	float: left;
	width: 317px;
	padding: 0px 35px 0px 0px;
}

#colRight {
	float: left;
	width: 297px;
}

#colRight h1 {
	border-bottom: 1px solid #E8DDD4;
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
}

#colRight td {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}

#colRight td.fieldName {
	width: 78px;
}

#colRight td.errorMessage {
	color: #ff3300;
}

#colRight input, #colRight textarea {
	width: 208px;
	height: 18px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	padding: 2px 4px 0px 4px;
}

#colRight textarea {
	height: 166px;
	padding: 2px 4px 0px 4px;
}
