BODY
{
	margin					: 0px;
}
IMG
{
	border-style			: none;
}
/*
=============================
	GALLERY.ASPX
=============================
*/
DIV.GalleryLinkHeader
{
	float					: left;
	margin-bottom			: 15px;
	width					: 420px;
}
DIV.GalleryLink
{
	float					: left;
}
A.GalleryLink
{
	color					: #770000;
	font-family				: Geneva, Helvetica, Arial, SunSans-Regular;
	font-size				: 12px;
	margin-left				: 5px;
	margin-right			: 5px;
	text-decoration			: underline;
}
A:HOVER.GalleryLink
{
	color					: #424242;
	font-family				: Geneva, Helvetica, Arial, SunSans-Regular;
	font-size				: 12px;
	margin-left				: 5px;
	margin-right			: 5px;
	text-decoration			: underline;
}

DIV.GalleryDescription, DIV.Gallery
{
	color					: #626262;
	float					: left;
	font-size				: 11px;
	margin-left				: 20px;
	width					: 500px;
}
DIV.GalleryImage
{
	float					: left;
	height					: 150px;
	width					: 150px;
}
DIV.GalleryButtons
{
	color					: #626262;
	font-family				: Geneva, Helvetica, Arial, SunSans-Regular;
	font-size				: 11px;
	float					: left;
	margin-bottom			: 5px;
	margin-top				: 5px;
	width					: 465px;
}
DIV.GalleryPrev, DIV.GalleryPages, DIV.GalleryNext
{
	float					: right;
	margin-left				: 5px;
	margin-right			: 5px;
}

/*
=============================
	GALLERYDETAIL.ASPX
=============================
*/
DIV.GalleryTitle
{
	background-color		: #B4B4B4;
	border-bottom			: solid 3px #770000;
	color					: #FFE890;
	font-family				: Arial, Geneva, Helvetica, SunSans-Regular;
	font-size				: 16pt;
	height					: 60px;
	line-height				: 60px;
	padding-left			: 30px;
	width					: 530px;
}
DIV.GalleryImageDetail
{
	background-position		: center center;
	background-repeat		: no-repeat;
	height					: 530px;
	text-align				: center;
	width					: 100%;
}
DIV.GalleryDetailText
{
	background-color		: #B4B4B4;
	color					: #FFE890;
	font-family				: Geneva, Helvetica, Arial, SunSans-Regular;
	font-size				: 11px;
	float					: left;
	height					: 70px;
	padding-right			: 10px;
	padding-top				: 5px;
	text-align				: right;
	width					: 530px;
}