@charset "utf-8";
/* CSS Document */

body {
	background: #5c8e58 url(autumn/leaf-1600x1200.jpg) no-repeat 0 top fixed;
}

/* Header Items */
#main {
	background: url(autumn/header.png);
	}

/* Primary Items */
form {
	background:#005849;
	color:#fff;
	}
input, textarea	{
	border: 1px solid #002455;
	background:#fff; /* was e2*/
	}
input#go {
	background: #d9a82c;
	border: 1px solid #000;
	color: #000;
	}
input#go:hover {
	background: #d75826;
	}
input#go:focus {
	background: #b2390a;
	border: 1px solid #ffb79b;
	color: #fff;
	}