

#leftColumnGallery {
	position : relative;
	width : 150px;
	height : auto;
	left : 15px;
	top : 0px;
	
}

#galleryMenu {
	position : absolute;
	top : 10px;
	left : 0px;	
	height : auto;
}

.galleryMenu {	
	height : auto;
}

.galleryMenu a {
	color : #000000;
	text-decoration : none;
	font-size : 14px;
	}

#centerColumnGallery {
	position : relative;
	width : 1000px;
	height : 800px;
	top : 0px;
	left : 10px;
	
}

#gallery {
	position : absolute;
	top : 20px;
	left : 10px;
	width : 700px; 	
	height : auto;	
}

#rightColumnGallery {
	position : relative;
	width : 100px;
	height : auto;
	top : 0px;
	left : 630px;
}