body {
	color: #7d4b2a;
	font-size: 95%;
}
a {
	color: #c30202;
	text-decoration: none;
}
a:hover {
	color: #c30202;
	text-decoration: none;
}
#title {
	width: 100%;
	font-size: 300%;
	text-align: center;
}
#subtitle {
	width: 100%;
	font-size: 100%;
	text-align: center;
	color: #ae8919;
}
#left {
	float: left;
	width: 45%;
	margin: 1em 0em 1em 1em;
	padding-right: 1em;
}
#left .title {
	border-bottom: 1px dashed #7d4b2a;
	padding: 10px 2px 0px 3px;
	text-transform: lowercase;
	letter-spacing: 3pt;
	font-size: 75%;
	font-weight: bold;
	color: #ae8919;
}
#left .section {
	padding-top: .5em;
	text-align: justify;
}
#left .left {
	float: left;
	width: 40%;
	margin: 1em 1em 1em 1em;
}
#left .right {
	float: left;
	width: 40%;
	margin: 1em 1em 1em 1em;
}
#left .footer {
	text-transform: lowercase;
	letter-spacing: 3pt;
	font-size: 75%;
	text-align: right;
	color: #ae8919;
	margin-bottom: 1em;
}
#right {
	float: left;
	width: 45%;
	margin: 1em 1em 1em 0em;
	padding-left: 1em;
}
#right .title {
	border-bottom: 1px dashed #7d4b2a;
	padding: 10px 2px 0px 3px;
	text-transform: lowercase;
	letter-spacing: 3pt;
	font-size: 75%;
	font-weight: bold;
	color: #ae8919;
}
#right .section {
	padding-top: .5em;
	text-align: justify;
}
#right .footer {
	text-transform: lowercase;
	letter-spacing: 3pt;
	font-size: 75%;
	text-align: right;
	color: #ae8919;
	margin-bottom: 1em;
}
#left_image {
	background-image: url(center_image_left.gif);
	background-repeat: no-repeat;
	float: right;
	margin: .5em -1em .5em 1em;
	width: 51px;
	height: 160px;
}
#right_image {
	background-image: url(center_image_right.gif);
	background-repeat: no-repeat;
	float: left;
	margin: .5em 1em .5em -1em;
	width: 51px;
	height: 160px;
}
#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	border-top: 1px dashed #7d4b2a;
	color: #ae8919;
}