@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordion.css");
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
	width: auto;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 20px;
	margin: auto;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333;

}


#banner{
	width: auto;
	clear: both;
}


.box_single h2 {
	padding-top: 30px;
}