BODY
{
}
IMG
{
	border-style			: none;
}
/*
=============================
	GALLERY.ASPX
=============================
*/
DIV.Gallery
{
	float					: left;
	width					: 100%;
}
DIV.GalleryLinkHeader
{
	float					: left;
	margin-bottom			: 15px;
	width					: 600px;
	text-align              : left;
	padding-left			: 21px;
}
DIV.GalleryLink
{
	float					: left;
	text-align				: left;
}
A.GalleryLink
{
	color					: #015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 14px;
	margin-left				: 5px;
	margin-right			: 5px;
	font-weight				: bold;
	text-decoration			: underline;
	text-align				: center;
}
A:HOVER.GalleryLink
{
	color					: #015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 14px;
	margin-left				: 5px;
	margin-right			: 5px;
	font-weight				: bold;
	text-decoration			: underline;
	text-align				: center;
}

DIV.GalleryDescription
{
	color					: #015353;
	float					: left;
	text-align				: left;
	font-size				: 12px;
	/*margin-right			: 20px;
	margin-left				: 20px;*/
	width					: 100%;
	height					: 50px;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-left			: 30px;
}
DIV.Gallery
{
	color					: #015353;
	float					: left;
	text-align				: center;
	font-size				: 12px;
	/*margin-right			: 20px;
	margin-left				: 15px;*/
	width					: 100%;
	height					: 370px;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding-right			: 20px;
	padding-left			: 30px;
}
DIV.GalleryImage1
{
	float					: left;
	height					: 180px;
	width					: 200px;
	text-align				: left;

}
DIV.GalleryImage2
{
	float					: left;
	height					: 180px;
	width					: 200px;
	text-align				: center;
}
DIV.GalleryImage3
{
	float					: left;
	height					: 180px;
	width					: 200px;
	text-align				: right;
}
DIV.GalleryButtons
{
	color					: #015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 12px;
	float					: right;
	margin-bottom			: 5px;
	margin-top				: 5px;
	/*margin-right			: 25px;*/
	width					: 465px;
	padding-right			: 30px;
}
DIV.GalleryPrev, DIV.GalleryPages, DIV.GalleryNext
{
	float					: right;
	/*margin-left				: 5px;
	margin-right			: 5px;*/
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

/*
=============================
	GALLERYDETAIL.ASPX
=============================
*/
DIV.GalleryTop
{
	color					: 015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 16pt;
	height					: 120px;
	line-height				: 15px;
	padding-left			: 0px;
	width					: 450px;
}
DIV.GalleryTitle
{
	color					: 015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 13pt;
	height					: 18px;
	line-height				: 15px;
	padding-left			: 0px;
	width					: 450px;
}
DIV.GalleryImageDetail
{
	background-position		: center center;
	background-repeat		: no-repeat;
	height					: 320px;
	text-align				: center;
	width					: 100%;
}
DIV.GalleryDetailText
{
	color					: 015353;
	font-family				: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size				: 12px;
	float					: left;
	height					: 90px;
	padding-left			: 12px;
	padding-top				: 30px;
	text-align				: left;
	width					: 450px;
}
