@charset "utf-8";

.banner {
	width: 849px;
	height: 269px;
	
	background:url(../images/banner_content_bg.png) repeat-y;
}
.banner_img {
	width: 566px;
	height: 266px;
	
	float: left;
	margin-top: 1px;
	margin-left: 11px;
}
.nwsltr {
	width: 262px;
	height: 266px;
	
	background:url(../images/nwsltr_bg.png) no-repeat;
	
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}
.nwsltr_title {
	width: 179px;
	
	float: left;
	margin-top: 22px;
	margin-left: 37px;
	
	font-family: "Franklin Gothic Medium Cond";
	font-size: 30px;
	
	text-align: center;
	line-height: 21px;
}
.nwsltr_para {
	width: 230px;
	
	float: left;
	margin-top: 12px;
	margin-left: 18px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-align: justify;
	line-height: 10pt;
	
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #384E00;
}
#nwsltr_form {
	width: 228px;
	height: 100px;
	
	float: left;
	margin-top: 10px;
	margin-left: 18px;
}