<style type="text/css">
	body {
		min-width:750px;
	}
	.body_links {
	    color:#510006;
		text-decoration:none;
	}
	.body_links:visited {
	    color:#510006;
		text-decoration:none;
	}
	.body_links:hover {
	    color:#510006;
		text-decoration:underline;
	}
	#wrap {
		background:#000;
		margin:0 auto;
		width:800px;
	}
	#header {
		background:#000;
	}
	#nav {
		background:#000;
		padding:5px;
	}
	#main {
		background:#000;
		float:right;
		width:632px;
		margin-bottom:10px;
	}
	#section_content {
	    margin-left:10px;
		float:right;
		padding:5px;
		width:643px;
		color:#000;
	}
	#sidenav {
		background:#000;
		float:left;
		width:168px;
		margin-bottom:225px;
		margin-top:10px;
	}
	#footer {
		background:#000;
</style>