@CHARSET "ISO-8859-1";

body {
	background: #F9E6A6;
}

h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: Monotype Corsiva;
	font-weight: bold;
	color: #904000;
}

p,ul,ol {
	background: #F9E6A6;
	font-family: Monotype Corsiva;
	font-weight: bold;
	font-size: 16px;
	color: #804000;
	text-align: left;
	margin: 5px;
}

a {
	color: #804000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	vertical-align: bottom;
	text-align: center;
}

div.rows div.row {
	clear: both;
	width: 100%;
}

div.rows div.column {
	float: left;
	vertical-align: bottom;
}

div.rows div.clear-row {
	clear: both;
}

.w-70-percent {
	width: 70%;
}

.w-30-percent {
	width: 30%;
}

#container {
	margin: auto;
	width: 80%;
}