body {
	background-color: #EEEED3;
	background-image: url(graphics/peach.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#page {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#navigation {
	float:left;
	width:150px;
}

#content {
	padding-top: 10px;
	padding-right: 150px;
	text-align: center;
}

#quote {
	text-align: center;
}

#spacer {
	height: 20px;
	background-color: #CCCC99;
}

#main_bottom {
	text-align: right;
	display: block;
	background-color: #b99a66;
}

#img  { 
	border-style: none;
}

</style>
#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
