/* CSS Document */

body {
	background:url(../images/backgrounds/body_bg_green.jpg) no-repeat #A1CEC9 top center;
}


/* Main Copy Content */

#contentCont {
	border:6px solid #90B9B4;
	background:url(../images/backgrounds/content_bg_green.jpg) no-repeat top right #94BEB9;
}

input[type="text"], textarea {
	border:1px solid #7FA4A0;
}

hr {
	border-top:1px solid #A1CEC9;
	color:#A1CEC9;
}