body {
	background:#E6E4D9;
	font-family:Helvetica, Arial, sans-serif;
	color:#666;
	font-size:13px;
	padding:0;
	margin:0;
}

div.module {
	margin:20px auto;
	width:620px;
	background:white;
	padding:20px;
	/* I blame all this BS on the W3C */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0px 1px 2px #888;
	-webkit-box-shadow:0px 1px 2px #888;
	box-shadow:0px 1px 2px #888;
}

div#header {
	background:#43423D;
	margin-top:-10px;
}

span.a11y {
	position:absolute;
	left:-9999px;
}

a#logo {
	display:block;
	width:305px;
	height:74px;
	background:url(img/icon.jpg) bottom left no-repeat;
	padding:15px 0 0 0;
}

.left {
	float:left;
	padding-right:17px;
}

h3#subhead{
	width:245px;
	height:48px;
	background:url(img/subhead.jpg) no-repeat;
	margin-left:240px;
	margin-top:0;
}

p {
	line-height:19px;
}

a#download-button {
	background:url(img/download.jpg) top left no-repeat;
	height:74px;
	width:157px;
	display:block;
}

div#download {
	float:right;
	width:157px;
	margin-top:-10px;
	padding-left:30px;
	padding-bottom:10px;
}

div#download p {
	margin:0;
	text-align:center;
	color:#999;
	font-size:11px;
	line-height:normal;
}

div.column {
	float:left;
	width:193px;
	padding-right:18px;
}

div.last {
	padding-right:0px;
}

div.column p {
	text-align:center;
	font-style:italic;
	line-height:normal;
	margin:5px 0;
}

.clearfix:after {  /* Fix for autoenclosing of floated elements */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	zoom:1; /* For IE's sake */
}

a#contact-button {
	width:157px;
	height:47px;
	background:url(img/button.jpg) no-repeat;
	display:block;
	color:white;
	font-size:18px;
	font-weight:bold;
	line-height:43px;
	text-decoration:none;
	text-align:center;
	float:right;
	margin-top:16px;
}

a#contact-button:hover, a#contact-button:visited {
	color:white;
}

h3#feedback {
	width:245px;
	height:28px;
	background:url(img/feedback.jpg) no-repeat;
	margin:0 0 0 75px;
}

div.contact p {
	margin-left:75px;
	margin-bottom:0px;
	margin-right:170px;
}

div#footer {
	background:#43423D;
	text-align:center;
	font-size:11px;
	padding:10px 20px 10px 20px;
	color:#999;
}

div#footer p {
	margin:0;
}

div#footer a {
	color:white;
}