
/* ------------------------------  layout  ----------------------------- */

#galleryContainer {
	position: absolute; left: 21px; top: 266px; width: 768px; 
	overflow: auto;
	background: url('../img/gallery/back-mid.gif');
}

#galleryContent {
	width: 768px; 
	overflow: auto;
	background: url('../img/gallery/back-top.jpg') no-repeat;
}

#galleryBot {
	float: left; width: 768px; height: 31px;
	background: url('../img/gallery/back-bot.gif') no-repeat;
}

#galleryLeftCol {
	float: left; width: 184px;
	padding: 49px 0px 0px 15px;
}

#galleryRightCol {
	float: left; width: 528px; 
	margin-top: 70px; padding-left: 11px;
	background-position: left top;
	background: url('../img/gallery/content-grad-back.gif') no-repeat;
}

.galleryThumb {
	float: left; 120; width: 120px; height: 170px; padding-right: 7px;
}

#footerContainer {
	width: 768px; padding-top: 28px; height: 90px; 
	background: url('../img/generic/footer-grad.jpg') no-repeat;
	background-position: 0px 14px;	
	background-color: #383838;
}



