#content {
	margin: 35px;
	margin-top: 20px;
	text-align: left;
}
#content #title {
	margin-bottom: 30px;
}
#content #title .big {
	color: #DF2618;
	font-size: 26px;
	font-weight: bold;
}
#content #title .small {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#table .left, #table .right {
	width: 400px;
	height: 120px;
	margin-top: 20px;
	border-bottom: 1px #4D9DDA dotted;
}
#table .left {
	float: left;
	margin-right: 20px;
}
#table .right {
	float: left;
}
#table .left .title, #table .left .desc, #table .right .title, #table .right .desc {
	width: 295px;
}
#table .left .title, #table .right .title {
	color: #197CC8;
	font-size: 16px;
	font-weight: bold;
}
#table .left .desc, #table .right .desc {
	font-size: 12px;
}
#table .left .pic, #table .right .pic {
	float: right;
	width: 100px;
}