html, body {
	margin: 0px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
.head {
	margin: auto;
	background-image:url(../images/renos_head.gif);
	width: 800px;
	height: 200px;
}
.region1 {
	margin: auto;
	background-image:url(../images/renos_bodybg.gif);
	width: 800px;
	clear: both;
	overflow: hidden;
}
.region2 {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/renos_bodybgred.gif);
	width: 800px;
	clear: both;
	overflow: hidden;
}
	.spacer1 {
		margin: auto;
		height: 10px;
		width: 800px;
		clear: both;
		overflow: hidden;
	}
	.spacer2 {
		margin: auto;
		min-height: 10px;
		width: 800px;
		background-image: url(../images/renos_bodybg.gif);
		clear: both;
		overflow: hidden;
	}
	.bod_left_frame {
		float: left;
		width: 276px;
		clear: both;
	}
	.bod_right_frame {
		margin: auto;
		width: 515px;
		float: right;
	}
	.bod_left_frame2 {
		float: left;
		width: 400px;
		clear: both;
	}
	.bod_right_frame2 {
		margin: auto;
		width: 400px;
		float: right;
	}
	.site_links {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
		height: auto;
		clear:both;

	}
	.site_links a:link {
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}

	.site_links a:visited {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}
	.site_links a:hover {
		color: #999999;
		font-weight: bold;
	}
.foot {
	margin: auto;
	background-image:url(../images/renos_foot.gif);
	width: 800px;
	height: 210px;
}
	.credits {
		margin: auto;
		padding-top: 120px;
		width: 800px;
		height: auto;
	}