/* Layout */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../images/page-shadow.gif) repeat-y 50%;
}

div#page {
	margin: 30px auto auto;
	width: 680px;
	padding: 0;
}

/* Text styles */

#page h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #208331;
	margin-bottom: 30px;
}

#page h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #208331;
}

#page p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #208331;
	text-align: left;
	text-indent: 1em;
}

#footer p {
	color: #208331;
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	border-top: 1px solid #208331;
	margin-top: 30px;
}
