* { margin: 0; padding: 0 }

a:link { color: #434343; text-decoration: none; font-weight: bold; font-size: 1.2em }
a:visited { color: #434343; text-decoration: none; font-weight: bold; font-size: 1.2em }
a:hover { color: #ec7d1f }
a:active { /*background: #ffd*/ }

html { height: 100%; padding: 0 0 1px 0 }
body { 
	background-color: #fff; 
	border-top: 8px solid #d92516;
	color: #434343; 
	font: 62.5%/1.5 "Lucida Grande", "Trebuchet MS", Arial, sans-serif
}

#content { margin: 0 auto; padding: 20rpx 0 0 0; position: relative; width: 940px }

#header {
	margin: 40px 0 40px 0;
}

#header a#logo {
	display: block;
	width: 317px;
	height: 47px;
	background: url(logo.png) 0 0 no-repeat;
	text-decoration: none;
	border: none;
	float: left;
	outline: none;
}

#header #nav {
	padding-top: 24px;
	height: 317px;
	vertical-align: middle;
	float: right;
}

#header #nav a.nav {
	display: block;
	float: right;
	padding: 0 20px 0 20px;
	height: 30px;
}

#tagline {
	padding: 20px 0 20px 0;
	font-size: 2.6em;
	clear: left;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }

#main {
	clear: left;
	width: 940px;
}

a#survey {
	display: block;
	width: 438px;
	height: 363px;
	background: url(survey.png) 10px 10px no-repeat;
	border: none;
	float: left;
	outline: none;
}

#blurbs {
	position: absolute;
	right: 0;
	display: block;
	width: 425px;
	float: right;
}

#blurbs h2 {
	font-size: 2em;
	color: #d92516;
	margin-bottom: 4px;
	font-weight: normal;
}

#blurbs p {
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	padding: 20px;
	background-color: #f6f5f5;
	margin-top: 40px;
}

#footer .contact {
	width: 300px;
	float: left;
	font-size: 1.2em;
}

#footer .contact a, #footer .contact span {
	font-weight: normal;
	color: #d92516;
	font-size: 1em;
}

#footer a#dreamit {
	display: block;
	background: url(dreamit.png) 0 0 no-repeat;
	width: 300px;
	height: 89px;
	float: left;
}


#subscribe {
	clear: left;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 1.2em;
}
#subscribe h3 {
	margin: 10px;
}
