@import url(base.css); /* Base content area layout */
@import url(layout1.css); /* Layout1 content area layout */

#header {		

	background: #fff url(../images/headers/aonb-subheader-02.jpg) no-repeat;
}
#content .bottom .pright {
	margin-left: 28px;
}

#contact_form {
	clear: both;
}
input.txt, textarea, select {
	background-color: #fff;
	border: 1px solid #817A88;
}
input.btn {
	padding: 2px 0; 
	text-align: left;
	font-weight: bold;
	color: #6fb7ff;
	background-color: #fff;
	border: none;
	cursor: pointer;
}		
label, dl dt {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}
#contact_form textarea {
	width: 290px;
}
#contact_form p {
	margin: 0.75em 0 0 0;
	clear: both;
}
#contact_form p label {
	display: block;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}
#contact_form p input.txt {
	width: 290px;
}
textarea#address {
	width: 290px;
	height: 90px;
}
textarea#message {
	width: 290px;
	height: 150px;
}
	
				
			