										/* CSS code layout © Circle Design */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #C9E8A1;
	}
	
h1 {
	font-size: 2.5em;
	font-family: "trebuchet ms", helvetica, sans-serif;
	background-color: transparent;
	color: #344D13;
	margin: 0 50px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #344D13;
	text-align: center;
	}
	
h2 {
	font-size: 1em;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #000;
	background-color: transparent;
	text-align: center;
	}
	
h3 {
	font-size: 1.2em;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #344D13;
	background-color: #A2D75D;
	border: #344D13;
	padding: 2px 0 5px 10px;
	}
	
h4 {
	font-size: 1em;
	background-color: transparent;
	color: #fff;
	border-bottom: 1px dashed #A2D75D;
	padding: 0;
	margin: 0 100px 0 100px;
	}
	
p {
	padding: 3px;
	line-height: 1.4em;
	}
	
.small {
	font-size: .7em;
	}
	
img {
	border: 1px solid #344D13;
	}
	
input, textarea {
	background: #E5F9E5;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	border: 1px solid #344D13;
}

#header {
	background: url(gallery/header1.jpg) no-repeat;
	width: 850px;
	padding-top: 250px;
	}
	
#header p {
	font-size: .9em;
	}
	
#wrapper {
	text-align: left;
	margin: 10px auto;
	width: 900px;
	border: 1px solid #344D13;
	padding: 10px;
	background-color: #ffffff;
	}
	
#content {
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #A2D75D;
	margin: 0 10px 10px 10px;
	}
	
#footer {
	text-align: center;
	font-size: .8em;
	}
