#banner nav {
		background: #9cd43b;
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		/*width: 800px;*/
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#banner nav ul {list-style: none; margin: 0 auto; width: 800px;}
	#banner nav li {float: left; display: inline; margin: 0; }
	
	#banner nav a:link, #banner nav a:visited {
		color: #3b9cd4;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .active a:link,#banner nav .active a:visited {
		background: #d43b9c;
		color: #3b9cd4;
		text-shadow: none !important;
	}
	
	#banner nav li:first-child a {
		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}
	#banner nav li:last-child a {
		border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		
		border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	
	#plots {
		 display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.thingus {	
	position: relative;	
	width: 960px;
	margin: 0 auto;	
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 5px 4px #646464;
	}

	.just {
	text-align: justify;
	}
	div {
		display: block;
	}
	
	body {
		background-color: #b9e075;
	}
	
	.bread {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}