body {
	padding: 0px;
	margin: 0px;
	font: 12px/18px arial,helvertica,sans-serif;
	background: white url('../images/bg.jpg') repeat;
}

table {
	font-size: 12px;	
}

h1 {
	color: #3a775b;
	font: 32px arial,helvertica,sans-serif;
	padding: 0px;
	margin: 0px;
}

#main {
	background: white;
	width: 900px;
}

#navigation {
	background: url('../images/bg_nav.jpg') repeat-x;
	width: 900px;
	margin-top: 40px;
}

	#navigation ul {
		height: 40px;
		list-style-type: none;
		padding: 0px 0px 0px 14px;
		margin: 0px;
	}

		#navigation ul li {
			float: left;		
			padding: 0px;
			margin: 0px;
		}

		#navigation ul li a {
			color: white;
			text-decoration: none;
			padding: 12px 14px 0px 14px;
			font: 14px arial,helvertica,sans-serif;
			display: block;
		}

		#navigation ul li a:hover {
			text-decoration: underline;
		}

	#container {
		background: white;
		border: 6px solid #8c6239;
		padding: 20px;
	}

#contact_form {
	float: right;
	border: 1px solid #8c6239;
	background: #39755b;
	padding: 4px;
	color: white;
}

.outreach_list li {	
	float: left;
	width: 49%;
	padding: 2px;
}

#footer {
	padding-top: 10px;
	color: white;
}

.clear {
	clear: both;
	height: 1px;
}