@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}		
*{ padding:0px; margin:0px; border: none;}
body { 
	background-color: #CFC;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
a { outline: none; text-decoration:none; }
.clear { clear: both; }
.wrap {
	width: 960px;
	margin: 0 auto 70px auto;
	border-bottom: 5px solid #C4F5C4;
	overflow: hidden;
	clear: both;
}

/* Site */
#header {
	width: 100%;
	float: left;
	display: inline;
	background-color: #FFF;
	clear: both;
	margin-bottom: 70px;
}
#body {
	margin: auto;
	width: 960px;
}
/* Title */

#header .wrap {
	width: 960px;
	margin-top: 125px;
	margin-bottom: 55px;
	width: 960px;
	font-size: 90px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
	border: none;
}

/* About */

	#inspiring.wrap {
		border: none;
		margin-bottom: 90px;
	}
	.title {
		float: left;
		display: inline;
		width: 205px;
		font-size: 18px;
		font-weight: bold;
		margin: 10px 0 0 0;
		color: #333;
	}
	.content {
		float: left;
		display: inline;
		width: 735px;
		font-size: 30px;
		line-height: 40px;
		color: #617061;
		margin-bottom: 70px;
	}
	.content a, .content a:active, .content a:visited {
		color: #617061;
		padding: 1px 2px;
		transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
	}
	.content a:hover { background-color: #FFF; color: #333; }

/* Links */

	.content ul {
		float: left;
		display: inline;
		width: 185px;
		list-style-type: none;
		font-size: 14px; 
		line-height: 25px;
		margin-top: 5px;
	}
	.content ul li a, .content ul li a:active, .content ul li a:visited {
		text-decoration: none;
		color: #617061;
		padding: 1px 2px;
		transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
	}
	.content ul li a:hover { background-color: #FFF; color: #333; }
