@charset "utf-8";
/* CSS Document */

#content {
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #efe5ed;
	padding-bottom: 40px;
}
#content #left a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #514447;
	text-decoration: none;
}
#content #left a:hover {
	color: #666666;
	text-decoration: underline;
}

#content #left {
	float: left;
	width: 20%;
}
#content #right {
	width: 80%;
	float: right;
}

