#navigation h1, #navigation hr {
	background-color: rgb(255, 0, 0);
}
#navigation p a {
	color: rgb(255, 0, 0);
	border-bottom: 1px solid rgb(255, 0, 0);
}
#content {
	background-color: rgb(255, 238, 230);
}
#content h1.page_title {
	background-color: rgb(255, 0, 0);
	background-image: url('../img/h1_red.gif');
	color: white;
}
