/* Inspire footer CSS doc */


ol, ul {
	list-style:none;
}

img, fieldset {
border: 0;
}
body, html {
	background-color: #fd862c;
	background-image: url(../images/wingnutBackground.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin: 0;
	text-align: center;
}

#inspireCopy {
	width: 450px;
	text-align: justify;
	margin: 0 auto;
}

hr.wingnut {
	color: #b75118;
	border: 0;
	background-color: #b75118;
	width: 450;
	padding: 0;
	margin-bottom: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.form {
	text-align: center;
}

input {
	margin-bottom: 3px;
}


