/* stylesheet.css */

/* global */

	body {
		margin: 10px;
		margin-left: 50px;
		background: url(contact_header.jpg) #FFFFFF no-repeat; }

	img {
		border: 0px; }

	p {
		font-family: "trebuchet ms";
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 1px;
		color: #AF9C89; }

	form {
		font-family: "courier new";
		font-size: 12px;
		color: #AF9C89;
		padding-left: 50px;
		padding-bottom: 10px;
		text-align: left; }

	h1 {
		color: #000000;
		font-family: "courier new";
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 3px; }

	input, textarea {
		border: 3px solid #F0ECE8;
		background: #FFFFFF;
		color: #AF9C89;
		font-family: georgia;
		font-size: 10px;
		padding: 3px; }

	a {
		border-bottom: 1px solid #DFA771;
		color: #DFA771;
		font-weight: normal;
		letter-spacing: 0px;
		text-decoration: underline; }

/* classes & ids */

	#main {
		position: absolute;
		overflow: auto;
		top: 20px;
		left: 230px;
		right: 15px;
		text-align: left; }

	#foot {
		border-top: 3px solid #F0ECE8;
		margin-top: 30px; }

	.f {
		color: #7A7288;
		font-family: arial;
		font-size: 11px;
		line-height: 13px;
		text-align: center; }