@charset "UTF-8";

#main-content {
	background: url(../images/sugar-shack/bg.jpg) no-repeat;
}

	h3 {
		width: 345px;
		height: 45px;
		display: block;
		text-indent: -10000px;
		margin: 0 0 25px 5px;
	}
	
	#sugar-shack-frame {
		float: left;
		padding: 2px 0 0;
		width: 285px;
	}
	
		#sugar-shack-frame h4 {
			margin: 0 0 10px 30px;
			width: 235px;
			color: yellow;
			font-size: 14px;
		}
		
		#sugar-shack-frame p {
			margin: 0 0 5px 30px;
			width: 235px;
			color: #FFF;
		}
		
	#sugar-shack-gallery {
		float: left;
		width: 250px;
		margin: -5px 0 0 55px;
	}
	
		#sugar-shack-gallery h4 {
			color: yellow;
			font-size: 16px;
		}
		
		#sugar-shack-gallery p {
			color: #FFF;
		}
		
		.view-menu {
			margin: 70px 0 5px 30px !important;
		}
		
		.click-here {
			margin: 0 70px 0 100px;
			width: 95px;
			display: block;
			text-align: center;
		}
		
	.gallery {
		margin: 5px 0 0 1px;
	}
		
		.thumb {
			background: url(../images/galleries/thumb.gif) no-repeat;
			padding: 3px;
			width: 67px;
			height: 55px;
			display: block;
			float: left;
			margin: 3px;
		}