* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, serif;
	font-size: 1.1em;
	background-color: #FFF6BB;
}
#wrapper {
	margin: 0px auto;
	width: 780px;
}
#header {
	margin: 18px auto 0px;
	text-align: center;
}
#header h1 {
	display: none;
}
#leftcol {
	width: 54%;
	float: left;
}
#rightcol {
	width: 45%;
	float: left;
}
.box {
	position: relative;
	padding: 16px;
	margin: 20px;
}
.box em {
	line-height: 0.5em;
	font-size: 1.4em;
}
.corner {
	position: absolute;
	width: 20px;
	height: 20px;
}
.corner.tl {
	top: 0px;
	left: 0px;
	background: url(corner-tl.png) no-repeat top left;
}
.corner.br {
	bottom: 0px;
	right: 0px;
	background: url(corner-br.png) no-repeat bottom right;
}
#leftcol .box {
	margin-right: 10px;
}
#rightcol .box {
	margin-left: 10px;
}
.burgundy {
	background-color: #990326;
	color: #FFFBE9;
}
.orange {
	background-color: #F5C278;
	color: #302619;
}
.green {
	background-color: #5CAE45;
	color: #0A1508;
}
.purple {
	background-color: #472078;
	color: #FFFBE9;
}
blockquote {
	margin-bottom: 0px;
	background: url(quote.png) no-repeat top left;
	padding: 10px 0px 0px 10px;
	font-style: italic;
}
blockquote p {
	margin: 0px;
}
.swirl {
	height: 21px;
	background: url(divider.png) no-repeat top center;
	margin: 10px 0px 20px;
}
p.attrib {
	font-style: italic;
	margin-top: 0px;
	font-size: 0.8em;
	color: #7E643F;
	text-align: right;
}
.clear {
	clear: both;
}
.motto {
	text-align: center;
	font-style: italic;
	font-size: 1.3em;
}
