/*
		Navigation
*/
#top_nav h1 {
	color: #B23437;
}
#top_nav a {
	color: #B23437;
}
#top_nav ul li {
	background-color: #B23437;
}
/*
		General
*/
.note_adventures {
	background-color: #ddd;
	border: solid #B23437 2px;
	margin: 16px 0 12px 12px;
	padding: 5px 12px 12px 12px;
	width: 300px;
}
#adventure_strip {
	
}
#adventure_strip div {
	background-color: #B23437;
	border: solid #B23437 3px;
	display: inline;
	float: left;
	margin-right: 4px;
}
#adventure_strip div p {
	text-align: center;
}
#adventure_strip img {
	border: solid #fff 1px;
}
#adventure_strip a {
	color: #fff;
	text-decoration: none;
}
#adventure_strip a:hover {
	color: #333;
	text-decoration: none;
}