@charset "UTF-8";
#main{
	display: block;
	text-align:center;
	width: 1001px;
	height:auto;
	margin-top:20px;
}
#description{
	display: block;
	float: left;
	width: 1001px;
	height:auto;
}
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: 25px;
	margin-bottom:15px;
	text-indent: 5px;
}
h2{
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top:30px;
	margin-bottom:10px;
	margin-left: 25px;
	border-left: 5px solid #B60014;
	text-indent: 5px;
}
#main P{
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	width:650px;
	margin-bottom:20px;
	margin-left:30px;
	text-align: left;
}
#poster{
	display:block;
	float:right;
}
#poster img{
	width:70%
}