* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
}

ul {
	list-style-type: none;
}

h3 {
	margin-bottom: 10px;
}

a img {
	border: none;
}

#wrap {
	width: 965px;
	margin: 0 auto;
}

#header {
	display: block;
	width: 940px;
	height: 80px;
	padding: 10px;
	background-color: #1d9454;
	margin-bottom: 20px;
}

#header h1, #aboutnav, #interactnav, #toolsnav {
	float: left;
}

#header h1 {
	margin-right: 30px;
	padding-top: 32px;
	font-size: 32pt;
	color: white;
}

#content h3 a em, #content h3 a:visited em {
	color: #1d9454;
	font-size: 11pt;
}

#header a, #header a:visited {
	color: white;
}

#header a:hover, #header a:active {
	color: #d3e8bd;
}

#aboutnav, #interactnav, #toolsnav {
	margin-right: 20px;
}

#innerwrap {
	clear: both;
	width: 965px;
	margin: 0 auto;
	position: relative;
	min-height: 800px;
	height: 100%;
	overflow: hidden;
}

#content, #newsbar, #adbar {
	float: left;
}

#newsbar {
	position: absolute;
	width: 165px;
	left: 0;
	height: 100%;
	overflow: hidden;
}

#newsbar p {
	font-size: 10pt;
}

#newsbar ul {
	background-color: #e4f9ce;
	overflow: hidden;
	padding: 6px;
}

#newsbar ul li {
	margin-bottom: 1em;
}

#newsbar ul li a {
	margin-bottom: 0.5em;
}

#newsbar ul li > a {
	font-size: 12pt;
}

#newsbar a, #newsbar a:visited {
	color: #1d9454;
}

#newsbar a:hover, #newsbar a:active {
	color: #40c787;
}

#content {
	position: absolute;
	width: 650px;
	left: 165px;
}

#content h3 {
	margin-left: 10px;
}

#adbar {
	position: absolute;
	width: 145px;
	right: 0;
}

#adbar ul li {
	width: 125px;
	height: 125px;
	margin-bottom: 10px;
}

#featuredstory {
	position: relative;
	height: 250px;
	width: 620px;
	margin: 0 10px 20px;
} 

#featuredstory a {
	display: block;
	width: 620px;
	height: 250px;
}

#featuredstory a, #otherstories li a {
	text-decoration: none;
	border: none;
	color: white;
}

#featuredstory a:hover, #otherstories li a:hover {
	color: #40c787;
}

#featuredstory span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 612px;
	background: rgb(50,50,50);
	background: rgba(0,0,0,0.6);
	color: inherit;
	padding: 4px;
	font-size: 18pt;
}

#otherstories {
	margin-left: 10px;
}

#otherstories li {
	position: relative;
	height: 140px;
	width: 200px;
	float: left;
	margin: 0 10px 10px 0;
}

#otherstories li span {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(50,50,50);
	background: rgba(0,0,0,0.6);
	color: inherit;
	display: block;
	width: 192px;
	padding: 4px;
}

#columnists {
	clear: both;
	width: 960px;
	margin: 20px auto 0;
	background-color: #e4f9ce;
	overflow: hidden;
}

#columnists img {
	float: left;
	margin: 0 6px 6px 0;
}

#columnists > ul > li {
	width: 220px;
	float: left;
	padding: 10px;
}

#columnists ul li h4 {
	text-align: center;
	margin-bottom: 10px;
}

#columnists > ul > li > ul > li {
	font-size: 9pt;
	margin-bottom: 0.4em;
}

#columnists > ul > li > ul > li:first-child a {
	font-size: 11pt;
}

#columnists a, #columnists a:visited {
	color: #1d9454;
}

#columnists a:hover, #columnists a:active {
	color: #40c787;
}

#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	margin-top: 20px;
}
