@charset "UTF-8";
.GalleryLeft {
	float: left;
	width: 320px;
	color: #8351A1;
}
.GalleryRight {
	float: right;
	width: 320px;
	font-size: 100%;
	color: #8351A1;
}
.MiddleContentGallery {
	height: 500px;
}
.sidebar1Gallery {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 740px;
}
.sidebar2Gallery {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 740px;
}
.navigationGallery {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 740px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.PurpleText {
	color: #8351A1;
}
.ImagePadding {
	padding: 5px;
}
.MainContentGallery {
	height: 700px;
	width: 724px;
}
.containerGallery {
	width: 724px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 740px;
}
