/* RESET! */

html, body, div, span, applet, object, iframe, header, section, article, footer, 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

header, section, article, footer {
	display: block;
}

body {
	background: #fff url(../img/bg2.jpg) no-repeat top left;
	font: 13px/24px Century Gothic, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover {
	color: #a3d9c7;
	text-decoration: none;
}

section header p {
	border-bottom: 1px solid #e0e0e0;
	font-size: 23px;
	line-height: 33px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 30px;
	padding: 0 0 20px 0;
}

#container {
	position: relative;
	width: 100%;
}


/* --------------------------------------------------------------------------
	Logo
--------------------------------------------------------------------------- */

#logo {
	border-top: 0px solid #9fcc35;
	margin: 0 auto;
	padding: 240px 0 0 0;
	width: 915px;
}

#logo img {
	margin-bottom: 32px;
}