.banner img{
	height: 250px;
	width: 100%;
           min-width: 1200px;
}
#content{
    margin: 0 auto;
    width: 1200px;
    min-height: 600px;
    border: 1px solid #b3b3b3;
}
#content h1 {
	font-size: 20px;
	color: #8c0607;
	min-height: 40px;
	background-color: #dbdbdb;
	width: 1180px;
	margin: auto;
	line-height: 35px;
	text-align: center;
	margin-top: 10px;
}
#content h3 {
	border-bottom: 1px solid #b3b3b3;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
}
#content h2 {
	padding: 10px;
	line-height: 20px;
	margin-top: 10px;
}
#content p {
	padding: 10px;
	font-size: 14px;
	line-height: 28px;
}
#content img{max-width:1100px;}
