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

body {
	background:url(images/bg-stripe.png) repeat-x #000;
	font:0.875em/125% Arial, sans-serif;
	color:#FFF;
	margin:0 auto;
}

#wrapper {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height:1200px;
}

#header {
	height:500px;
	margin-bottom:20px;
}

#logo {
	position:relative;
	top:0;
	height:140px;
}

#logo img {
	width:340px;
	height:106px;
	margin-top:20px;
}

#main-content {
	width:460px;
	float:left;
	clear:none;
	margin-right:20px;
}

#col {
	width:210px;
	padding-right:10px;
	margin-right:20px;
	float:left;
}

#col-last {
	width:210px;
	padding-right:10px;
	float:left;
}
#footer {
	position:relative;
	top:0;
}

h1 { font-size:2.0em; font-weight:300; margin-bottom:40px }
h2 {	font-size:1.5em;
	font-weight:400;
	letter-spacing:-1px;
	color:#47a13f;
	text-transform:uppercase;
	margin-bottom:20px;
}
p { margin:5px; text-transform:none; }
a { color:#FFF; text-decoration:underline }
.last {margin-bottom:40px}

.small { font-size:0.85em; color:#47a13f; text-transform:capitalize; margin:0 }