div#body {
	position:relative;
	top:10px;
	margin:0px 100px 0px 100px;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
	background-image:url(../images/bg_2part.gif);
}


.galleriestopfloat {
	position:absolute;
	margin-left:20px;
	top:112px;
	z-index:0;
	background-color:#FFFFFF;
	height:25px;
	width:660px;
	background-image:url(../images/galleries/topbg.gif);
	background-position:top;
	background-repeat:repeat-y;
}
	.galleriesfloatingmain {
		position:relative;
		border:1px solid #FFFFFF;                    
		background-color:#FFFFFF;
		width:660px;
		margin-left:18px;
		top:0px;
		padding:15px;
		background-image:url(../images/galleries/mainbg.gif);
		background-repeat:repeat-y;
	}
		.galleriesarticlearea {
		position:relative;
		top:0px;
		width:650px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		z-index:99;
		padding-left:15px;
		}
.galleriesbottomfloat {
	position:absolute;
	left:55px;
	top:-3px;
	z-index:99;
	background-color:#FFFFFF;
	height:15px;
	width:660px;
	background-image:url(../images/galleries/bottombg.gif);
	background-position:bottom;
	background-repeat:repeat-y;
}

.thumbnailsarea {
	margin: 15px;
	height: 100%;
}
			.thumbnails {
				position: relative;
				margin: 5px;
				overflow: visible;
				height: 100px;
				width: 100px;
				text-align: center;
				float:left;
			}
.imagearea {
	margin: 15px;
	height: 100%;
}
			.image {
				position: relative;
				margin: 5px;
				overflow: visible;
				height: 100%;
				width: 100%;
				text-align: center;
				float:left;
			}