img {
	border: 0;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	
	background-color: #ffffff;
	
	text-align: center;
	
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	color: #366498;
}

div#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#sidebar {
	float: left;
}

div#page {
	float: right;
}

div#header {
	margin-top: 68px;
}

div#menu a {
	display: block;
	background-color: #00a604;
	color: #fff;
	height: 30px;
	width: 115px;
	margin-left: 120px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	text-decoration: none;
}

div#footer {
	margin-left: 120px;
	font-size: 10px;
	color: #bbb;
}

div#content {
	width: 620px;
}

div#content h2 {
	color: #f60;
}

div#content em {
	font-style: normal;
	font-weight: bold;
	color: #f60;
}

div#content div.initiative p {
	margin: 0;
}

div#content div.initiative {
	margin-bottom: 20px;
}

div#content div#home_content {
	background-image: url('../img/netimpact_bg.png');
	background-repeat: no-repeat;
	background-position: right;
	height: 500px;
}