.gallerycontainer{
	position: absolute;
	height: 290px;
	width: 450px;
	left: 224px;
	top: 210px;
	background-color: #FFFFFF;
	padding-top: 380px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	background-image: url(../Gallery/SpringRolls.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer a:link{
	color: #0000FF;
}

.gallerycontainer a:visited { 
	color: #0000FF;
	text-decoration: none;
}

.gallerycontainer a:hover {
	color: #00FF00;
	text-decoration: none;
}

.gallerycontainer a:active {
	color: #0000FF;
	text-decoration: none;
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 4px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	white-space: normal;
	overflow:hidden;
}
.lines{
	font-size: 0.85em;
}

.fourlines{
	font-size: 0.8em;
}

.cell{
	font-size: 0.9em;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 0px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

div#topright {
	background-image: url(../Layout/Ploy_Slice_E.png);
	height: 26px;
	width: 27px;
	left: 652px;
	top: 173px;
	z-index: 12;
	position: absolute;
}
div#bg {
	background-color: #FFFFFF;
	width: 460px;
	left: 219px;
	top: 173px;
	height: 490px;
	position: absolute;
	z-index: 0;
}
div#leftborder {
	background-image: url(../Layout/Ploy_Slice_G.png);
	background-repeat: repeat-y;
	background-position: 200px top;
	position: absolute;
	left: 0px;
	overflow: visible;
	width: 219px;
	height: 880px;
	border: medium none #000000;
	background-color: #FFF8D5;
	top: 0px;
}
div#bottomborder {
	position: absolute;
	left: 200px;
	overflow: visible;
	z-index: 9;
	top: 840px;
	background-color: #FFF8D5;
	background-image: url(../Layout/Ploy_Slice_I.png);
	height: 50px;
	width: 498px;
}
div#rightborder {
	position: absolute;
	left: 679px;
	top: 173px;
	background-color: #FFF8D5;
	background-image: url(../Layout/Ploy_Slice_H.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 707px;
}
div#p3footer {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 20px;
	width: 400px;
	text-align: right;
	top: 890px;
	font-size: 14px;
}
div#copyright {
	font-size: 14px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 20px;
	width: 300px;
	text-align: left;
	top: 890px;
}
div#pagetitle {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #13A786;
	z-index: 12;
	font-weight: normal;
	position: absolute;
	height: 35px;
	width: 460px;
	left: 224px;
	top: 174px;
	overflow: hidden;
}
