#content {
	background-color: #fff;
	margin-bottom: 2px;
	padding: 14px 100px 10px 45px;
	color: #522;
	font-size: 90%;
}
#content h2 {
	padding: 10px 0px 12px 4px;
	margin: 10px 0px 10px 0px;
	background: url(/img/underline.jpg) no-repeat bottom left;
	border-bottom: 1px solid #ffc81f;
	color: #cea21a;
	font-size: 26px;
}
#content h2 img {
	padding: 0px 10px 0px 0px;
}
#content h3 {
	border-top: 3px double #ffc81f;
	border-bottom: 3px double #ffc81f;
	width: 320px;
}
#content p {
	padding: 0;
	margin: 0;
	text-align: justify;
}
#content ul {
	list-style-image: url(/img/li.jpg);
}
#content ul li {
	padding-top: 18px;
	text-align: justify;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #005;
}
#content a:hover {
	text-decoration: underline;
	color: #cea21a;
}
#down {
	margin-top: 40px;
	border-top: 1px solid #ffc81f;
}
#content .information {
	margin: 8px 0px;
	float: right;
	border: 1px solid #999;
	font-size: 10px;
	display: block;
}
#content .information a {
	padding: 2px;
	display: block;
	text-decoration: none;
	color: #333;
	background-color: #f0f0f0;
}
#content .information a:hover {
	background-color: #ccc;
}

