/*
#ads {
	float: right; width: 178px;
	margin: 10px 50px 0 0; padding: 0;
	text-align: center;
	color: #333; background-color: #fff;
	border: 1px solid #b05c5c;
}
*/
#ads {
	float: right; width: 178px;
	position: relative; top: 10px; left: -50px;
	text-align: center;
	color: #333; background-color: #fff;
	border: 1px solid #b05c5c;
}

#ads a { text-decoration: none; }

#callout_top {
	color: #b05c5c; background: #eee;
	padding: 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #b05c5c;
}

#callout_ind a:hover { background: white; }

