body {
	background-image: url(images/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homeLeftColumn {
	padding: 15px;
}
.footerDash {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #DAE0C6;
}

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:320px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#333; 
		color:#fff; 
		height:60px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		font-family: arial;
		line-height: 1.2em;
		font-size: 14px;
		margin:5px
	}
	
	#gallery .caption .content h3 {
		font-family: arial;
		font-size: 16px;
		margin:0;
		padding:0;
		color:#f8ec86;
	}
td#gallery {
	border-top: 4px solid #ddd8ac !important;
	border-bottom: 4px solid #f8f6e3 !important;
}
