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

#content {
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #E8E8E8;
	padding-bottom: 40px;
}
#content #left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3D526D;
	text-decoration: none;
}
#content #left a:hover {
	color: #666666;
	text-decoration: underline;
}

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

