
#header {
	/*border-bottom: 4px solid #437199;*/
	padding: 10px 0;
	width: 1024px;
	margin: 0 auto;
}
#header > div, #footer > div {
	width: 1024px;
	margin: 0 auto;
}

#header p {
	margin: 0 auto;
	height: 10px;
}
#header h1 {
	color: #000;
	font-size: 40px;
	line-height: 30px;
}


#overview {
	padding: 20px 0;
}
#overview > div {
	width: 1024px;
	margin: 0 auto;
	padding: 0 80px;
}

#overview h1{
	color: #000;
	font-size: 30px;
	line-height: 30px;
	margin: 30px 0 10px;
}
#overview h2 {
	font-size: 24px;
	line-height: 24px;
	text-transform: none;
	margin: 20px 0 10px;
}
#overview p {
	text-align:justify;
	/*text-justify:distribute-all-lines; /*ie6-8*/
	/*text-align-last:justify; /* ie9*/
	-webkit-text-align-last:justify;/*chrome 20+*/
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #000;
}

#overview li {
	text-align:justify;
	/*text-justify:distribute-all-lines; /*ie6-8*/
	/*text-align-last:justify; /* ie9*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}


