body {
	background: #ccd99c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccd99c;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {
	height: auto;
	position: relative;
}
#outerolive {
	background-color: #ccd99c;
	width: 810px;
	border: 4px solid #848c42;
	top: 35px;
	position: relative;
	height: auto;
	padding-top: 40px;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
#innertan {
	border: 4px solid #AC7900;
	margin-top: -20px;
	position: relative;
	width: auto;
}
#nameplate {
	height: 28px;
	width: 400px;
	border: 4px solid #848c42;
	z-index: 100;
	left: 226px;
	right: auto;
	top: 19px;
	position: absolute;
	background-color: #d3cd9c;
	clip: rect(auto,auto,auto,auto);
}
#home {
	height: 26px;
	width: 140px;
	border: 4px solid #AC7900;
	position: absolute;
	background-color: #d3cd9c;
	left: 36px;
	top: -4px;
}
#about {
	height: 26px;
	width: 140px;
	border: 4px solid #AC7900;
	position: absolute;
	left: 230px;
	background-color: #d3cd9c;
	top: -4px;
}
#sample {
	height: 26px;
	width: 140px;
	border: 4px solid #AC7900;
	left: 424px;
	position: absolute;
	background-color: #d3cd9c;
	top: -4px;
}
#contact {
	height: 26px;
	width: 140px;
	border: 4px solid #AC7900;
	position: absolute;
	left: 618px;
	background-color: #d3cd9c;
	top: -4px;
}
#pagetitle {
	height: 40px;
	width: 300px;
	left: 250px;
	top: 20px;
	position: relative;
	color: #005700;
}
#sidebar {
	margin-top: 20px;
	padding-left: 10px;
	top: 40px;
	width: 275px;
}
#sidebar-right {
	clear: left;
	float: right;
	width: 500px;
	top: 40px;
	margin-top: 10px;
}
#sidebar-right h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11 em;
	color: #996600;
}
#sidebar-right p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.5em;
}
#photoblock-narrow {
	padding-top: 10px;
	padding-left: 290px;
	width: 500px;
	position: relative;
	top: 60px;
}
#aboutphoto {
	position: absolute;
	left: 332px;
	top: 98px;
	width: 450px;
	color: #663c21;
}
#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #040;
}
#sidebar ol li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #040;
}
#aboutphoto p {
	color: #005700;
}
