@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}

body, select, input, textarea {
	font: 85%/1.5 Georgia, Times New Roman, serif;
	color: #444;
}

.clearfix {
	clear: both;
}

a:link { color: #000; }
a:visited { color: #999; }
a:hover { color: #c1272d; }
a:active { color: #c1272d; }

img { border: none }

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
}

#content-wrapper {
	width: 960px;
	margin: 1em auto;
}

#header-wrapper {
	padding-bottom: 1em;
}

#header {
	width: 960px;
	height: 202px;
	overflow: hidden;
	background: url('/images/parityforwi.header.gif') no-repeat top left;
}

#header h1,
#header h2 {
	text-indent: -1000px;
}

#content-wrapper-inner {
	background: url('/images/bg.gif') repeat-y top left;
	margin: 0 1em;
	padding-bottom: 1em;
}

#col-left {
	float: left;
	width: 650px;
}

#col-right {
	float: right;
	width: 250px;
}

#coverage {
	margin-top: 3em;
	padding-top: 2em;
	border-top: 1px solid #aaa;
}

#footer-wrapper {
	border-top: 1px solid #aaa;
	padding-bottom: 1em;
}

#footer {
	margin: 0 1em;
}
