/* CSS Document */

/* Styles for the Gallery Container */
.galleryContainerWrapper {
}

/* Styles for the home page container */

.hpTextContainerWrapper{
	width: 90%;
}
.hpTitleText {
	padding-top: 20px;
	color: #FFFFFF;
}
.hpTextContainer {
	color: #F1EFE6;
}

/* Styles for the generic text container */
.textContainerWrapper {
	width: 95%;
	padding-bottom: 10px;

}
.adminContainerWrapper {
	width: 100%;
	/*padding-bottom: 10px;*/

}
.textContainer h3 {
	padding-left: 20px;

}

.textTitleText {
	padding-top: 20px;

}
.picTitleText h3{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #462829;
	margin: 0px;
	padding-left: 20px;
}

/* Styles for the picture container */
.picContainerWrapper{
}

