#navigation h1, #navigation hr {
	background-color: rgb(35, 100, 200);
}
#navigation p a {
	color: rgb(35, 100, 200);
	border-bottom: 1px solid rgb(35, 100, 200);
}
#content {
	background-color: rgb(210, 230, 245);
}
#content h1.page_title {
	background-color: rgb(35, 100, 200);
	background-image: url('../img/h1_blue.gif');
	color: white;
}
