body {
	background: #fce4c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

a {
	text-decoration: none;
	color: #712F19;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	margin: 0 auto;
	width: 800px;
}

.right {
	float: right;
	width: 570px;
	text-align: justify;
	padding-top: 10px;
}

h2 {
	font-size: 18px;
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #712F19;
}

.right p {
	padding-top: 0px;
	margin-top: 0px;
}

.left {
	float: left;
	width: 180px;
	padding-top: 10px;
}

.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: none;
	background: #7E6F58;
}

.left ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

#footer {
	text-align: center;
	font-size: 9px;
	margin-top: 40px;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 10px;
}
