#navigation h1, #navigation hr {
	background-color: rgb(255, 190, 5);
}
#navigation p a {
	color: rgb(255, 160, 60);
	border-bottom: 1px solid rgb(255, 190, 5);
}
#content {
	background-color: rgb(255, 240, 200);
}
#content h1.page_title {
	background-color: rgb(255, 190, 5);
	background-image: url('../img/h1_yellow.gif');
	color: white;
}
