@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	color: #333333;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-weight: 300;
}

h2 {
	color: #03a62c;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 10px;
	text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 0px;
}

p {
	margin-bottom: 36px;
	margin-top: 36px;
	line-height: 32px; 
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #03a62c;
}

img {
	border: 0px;
}

strong {
	font-weight: 500;
}

div.header {
	font-size: 48px;
	font-weight: bold;
	margin-top: 120px;
	margin-bottom: 20px;
}

div.section, div.footer {
	margin-top: 40px;
	margin-bottom: 40px;
}

div.footer {
	color: #999999;
	font-size: 12px;
	text-align: center;
}

br.clear {
	clear: both;
}

div.container {
	margin: 0px auto;
	width: 960px;
}

div.box-header {
	height: 210px;
	margin-bottom: 0px;
}

div.wide {
	margin: 10px;
	width: 920px; 
}
