* {
	margin: 0px;
}
#wrapper {
	width: 850px;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#navigation a {
	background-image: url(nav_back.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 36px;
	width: 100px;
	padding-top: 15px;
	text-decoration: none;
	font-family: Calibri;
	color: #006;
	padding-left: 56px;
}
#navigation a:hover {
	background-position: 0px -51px;
	width: 156px;
	height: 51px;
	text-decoration: none;
	font-family: Calibri;
}
#header {
	height: 87px;
	background-image: url(header_back.png);
	padding-top: 30px;
	padding-left: 100px;
	font-family: "Times New Roman", Times, serif;
}
#header b {
	font-family: Calibri;
	font-size: 12px;
}

#navigation {
	float: left;
	width: 156px;
	background-color: #CCC;
	padding-top: 30px;
}
#editable-body {
	float: left;
	width: 654px;
	padding: 20px;
	background-color: #9E9AAF;
}
#footer {
	height: 30px;
	background-image: url(header_back.png);
	background-position: bottom;
	text-align: center;
}
