@charset "UTF-8";
/* CSS Document */

#leftsidebar {color: #000; background-color: #FFF;}
#leftsidebar li {list-style-type: none;  margin-left: -20px; font-size: 14px;}
#leftsidebar li a {color: #000;}
#leftsidebar li a:hover {color: #F00;}

.entry strong {font-weight: bolder;}

/* positions credit card image */
#footer #creditcards {
	background-image: url(http://talltailsguideservice.com/webfinalimages/creditcards.png);
	background-repeat: no-repeat;
	background_position: center;
	width: 132px;
	height: 28px;
	position: fixed;
	top:10px;
	left:6px;
	/*z-index: 4;*/
}

/* positions the "no bananas on board" image */
/* sitting in middle of page? */
#bananas {
	background-image: url(http://talltailsguideservice.com/webfinalimages/No_Bananas_Sailing_Boating.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 130px;
	width: 130px;
	position: fixed;
	top:48px;
	left:6px;
	z-index: 5;
}
