@charset "UTF-8";
#main{
	display: block;
	text-align:center;
	width: 1001px;
	height:auto;
	margin-top:20px;
}
#sub{
	display: block;
	width: 1001px;
	height:auto;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}
#sub img{
	border-style: none;
}
#description{
	display: block;
	float: left;
	width: 600px;
	height:auto;
	margin-top:20px;
}
h1 {
	text-align: left;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #B60014;
	border-left: 5px solid #B60014;
	width: 930px;
	margin-top:30px;
	margin-left: 35px;
	text-indent: 5px;
}
h2{
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: 35px;
	border-left: 5px solid #B60014;
	text-indent: 5px;
}
#main P{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	width: 920px;
	margin-bottom: 20px;
	margin-left:45px;
	text-align: left;
}