body { 
	text-align: center;
	background-color: #000000;
	margin:auto;
}
#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
	min-height: 600px;
	background-color: #fff;
}
#header {
	position: relative;
	width: 980px; height: 400px;	
}
.logo {
	position: absolute;
	margin-top: 50px;
	margin-left: 25px;
}
#header #navbackground {
	position: absolute;
	top:400px; left:9px;
	width: 962px; height: 100px;
	text-align: left;
	padding-left: 50px;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: -112px;
	color: #fff;
	background-image: url(../images/layout/greenNAV-bar.png);
	background-repeat: no-repeat;
	z-index: 50;
}
/*#navbackground a {
	text-align: left;
	font-family: Verdana, Helvetica, san-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #c2de97;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: -5px;
	display: block;
	text-decoration: none;
}
#navbackground #nav a:hover {
	color: #fff;
	background-color: #5c8727;
}
*/
#content {
	position: relative;
	top:0; left:0;
	width:980px;
	background-image: url(../images/layout/sidelines.png);
	background-repeat: repeat-y;
	padding-bottom:20px;
	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-image: url(../images/layout/footer_image-white.png);
	background-repeat: no-repeat;
	width: 980px; height: 100px;
}

