#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	padding: 0px;
	clear: both;
	float: none;
	background-color: #FFF;
}

#header {
	width: 980px;
	margin: 0px;
	clear: both;
	background-image: none;
	height: 243px;
	position: relative;
	top: 0px;
	text-align: left;
	padding: 0px;
}

#navdiv {
	clear: both;
	margin: 0px;
	padding: 0px;
	float: none;
	top: -100px;
	left: 200px;
	width: 790px;
	position: relative;
	text-align: left;
}

#ed_column {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 66%;
	text-align: left;
}

#right_col {
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 10px;
	float: right;
	width: 25%;
	text-align: left;
	background-color: #DDD;
	clear: none;
	border-top: 0px groove #888;
	border-right: 0px groove #888;
	border-bottom: 0px groove #444;
	border-left: 0px groove #444;
}
#footer {
	margin: 0px;
	padding: 60px 0px 0px;
	clear: both;
	width: 980px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 192px;
	position: static;
}
#edit {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: 100%;
}

