#top_bar {
	padding-top: 10px;
	height: 50px;
	background-color: #a2c9eb;
	margin-bottom: 10px;
}

#top_menu {
	text-align: right;
}

#top_menu a {
	margin-right: 30px;
}

#last_headline {
	text-align: left;
}

#bottom_menu {
	margin-top: 10px;
	padding-top: 10px;
	font-size: larger;
	background-color: #a2c9eb;
	padding-bottom: 10px;
}

#bottom_menu li {
	list-style-image: url(../images/lifebuoy.png);
	float: left;
	margin-left: 80px;
}

#bottom_menu li.first {
	margin-left: 20px;
}

#flash_notice {
	background-color: #fffd98;
}

#flash_error {
	background-color: #ff6b98;
}

#left img {
	margin-top: 7px;
	margin-bottom: 7px;
}

#col_left {
	float: left;
}

#col_right {
	float: right;
}

#samples li {
	list-style-type: none;
	list-style-image: none;
}

#quote {
	background-color: #CDDDEA;
	padding-top: 10px;
	padding-left: 10px;
}

#quote p {
	font-size: larger;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}

#quote p.author {
	float: right;
	font-style: italic;
}