@charset "utf-8";
/* CSS Document */

.text {
	font-family: Verdana, Geneva, sans-serif;
	color: #5D5D29;
	font-size: 14px;
}
.txtYellow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFC310;
}
.contentBG {
	background-image: url(images/bodyBG.png);
	background-repeat: repeat;
}
.sideBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-image: url(images/sideBarBG.png);
	background-repeat: repeat;
}
.galleryPreview {
	display: inline-block;
}
