body { 
	text-align: center;
	background-color: #000000;
	margin:auto;
}
#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
	min-height: 600px;
}
#header {
	position: relative;
	width:980px; height:235px;	
}
.logo {
	position: absolute;
	margin-top: 0;
	margin-left: 25px;
}
#header #navbackground {
	position: absolute;
	top:123px; left:9px;
	width: 962px; height: 100px;
	text-align: left;
	font-family: Verdana, Helvetica, san-serif;
	background-image: url(../images/layout/greenNAV-bar.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#content {
	position: relative;
	top:0; left:0;
	text-align:left;
	width:980px;
	background-image: url(../images/layout/sidelines.png);
	background-repeat: repeat-y;
	padding-bottom:40px;
	margin-top: -12px;
	background-color: #fff;
}
#content #leftcolumn {
	text-align: left;
	width: 218px;
}
#content #editable {
	text-align:left; 
	width: 920px;
	position:relative;
	left:30px; top:30px;
	
}
#footer {
	position: relative;
	background-color: #fff;
	background-image: url(../images/layout/footer_image-white.png);
	background-repeat: no-repeat;
	background-position:bottom center;
	width: 980px; height: 100px;
}

#implementer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5c8727;
	padding-top:10px;
}
#implementer a {
	color:#5c8727;
}
