.font-family {
	font-family: 'Source Sans Pro', Arial, Tahoma, Helvetica, sans-serif;
}
body {
	font-family: 'Source Sans Pro', Arial, Tahoma, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.body_text_cell {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	padding-bottom: 35px;
}
.bottom_links {
	font-size: 11px;
	background-image: url(images/bottom_background.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 12px;
}


.textbox   {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	vertical-align: middle;
	border: 1px #333333 solid;
	height: 20px;
	background-color: #FFFFFF
}
.textblock  {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	border: 1px #333333 solid;
	background-color: #FFFFFF
}
.button  {
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	background-color: #088a67;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFF;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

.galleryThumbnail {
	height:60px;
	cursor: pointer;
}
#Gallery_Image {
	cursor: pointer;
	max-height:600px;
	margin-bottom: 5px;
}
#goBackCell {
	cursor: pointer;
	width: 40px;
	background-image: url(admin/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 40px;
	background-image: url(admin/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#Gallery_surround {
	width: 100%;
}
#Gallery_div {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#Gallery_thumbnail_div {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}

/* END ==================================================== */

