body {
	background-color: #D2E3CE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	top: -20px;
	left: 20px;
}

#content > h2 {
	left: 0;
}

p {
	position: relative;
	left: 20px;
}

#content > p {
	left: 0;
}

#content {
	position: relative;
	background-image: url( images/content-bg.gif );
	margin: 0 auto;
	width: 681px;
}

body > #content {
	width: 681px;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
	position: relative;
	height: 27px;
	width: 681px;
	background-image: url( images/header.gif );
	top: -10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#content > #header {
	left: -20px;
}

#footer {
	position: relative;
	height: 24px;
	width: 681px;
	background-image: url( images/footer.gif );
	padding-left: 20px;
	padding-right: 20px;
	clear: right;
}

#content > #footer {
	left: -20px;
}

#photo {
	position: relative;
	float: right;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	text-align: center;
	padding-left: 10px;
}

#content > #photo {
	margin-right: 35px;
}
