body {
	background-color: #E7E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #333333;
}

#wrap {
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/HousingInIowa/bg_wrap.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#header {
	width: 959px;
	height: 242px;
	float: left;
}

#printheader,
#printfooter {
	display: none;
	visibility: hidden;
}

#bar {
	width: 23px;
	float: left;
}

#bar_main {
	width: 18px;
	float: left;
}

#main {
	width: 913px;
	float: left;
}

/***************** navigation *********************/
#navigation {
	width: 150px;
	float: left;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	text-align: right;
	background-image: url(/images/HousingInIowa/bg_menu.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#navigation li a {
	text-decoration: none;
	width: 142px;
	display: block;
	padding: 6px 8px 6px 0px;
	color: #888787;
}

#navigation li a:hover,
#navigation li a#currentnav {
	color: #92b28a;
}

#user_login {
	width: 140px;
	padding-top: 35px;
	padding-bottom: 10px;
	float: left;
	margin-top: 100px;
	background-image: url(/images/HousingInIowa/user_login.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}

#container {
	width: 732px;
	float: left;
}

#bottom {
	position: relative;
	width: 959px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

#bottom_logo {
	position: absolute;
	left: 15px;
	top: -162px;
}

#footer {
	width: 959px;
	height: 80px;
	clear: both;
	background-image: url(/images/HousingInIowa/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E7E6E6;
	color: #999999;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
}

#footer a {
	color: #999999;
}