/* BANJO PAGE STYLES */
	 #mainCont #features {
	 	margin: 0 auto 18px auto; 
		width: 60%; 
		padding: 1px; 
		border: 1px solid #ffcc66; 
		background-color:#FDF9F0;
		color: #000;
		font-size: 90%;
	 }
	 
	 #mainCont #features .lbl {
	 	background-color:#ffcc66	
	 }
	 
	 #mainCont #features .lbl p {
	 	text-align: center;
		font-weight: bold;
		text-transform: capitalize;
		padding: 2px 0;
		margin: 0 auto;
		background-color: #000;
		color: #ffcc66;
		width:100%;
	 }
	 
	 #mainCont ul, #mainCont ul.bld {
	 	list-style: square;
		list-style-image: url(../images/list_img.gif);
		list-style-position: inside;
		margin: 0;
		padding:8px 0;
		background-color: #FFCC66;
		font-size: 90%;
		text-align: left;
		text-indent: 20px;
	 }
	 
	 #mainCont ul.bld {
	 	font-weight: bold;
		font-size:100%;
	 }
	 
	 #mainCont li {
		padding: 5px 0 5px 0;
		background-color: #FFCC66;
	 }	 
	 
	 #mainCont #gallery {
	 	margin: 0 auto 18px auto; 
		width: 70%;
	 }
	 
	 #mainCont #gallery table {
	 	border: 2px solid #eee;
		width: 100%;
	 }
	 
	 #mainCont #gallery td {
	 	border: 1px solid #eee;
		text-align: center;
		padding: 4px;
		background-color: #f8f8f8;
	 }
	 
	 #mainCont #gallery td.caption {
	 	background-color: #fff;
		font-size: 80%;
	 }
	 
	 #mainCont #gallery img {
	 	border: none;
	 }
	 
	 #mainCont #gallery a {
	 	border: none;
		text-decoration: none;
		padding: 0;
	 }
	 
	 #mainCont #gallery a.txt {
		text-decoration: none;
		border-bottom: 1px dotted;
	 }
	 
	#mainCont #gallery a:hover.txt 
		{
		text-decoration: underline;
		border-bottom: none;
	 }	
