.GALLERY_Box
{
	width: 710px;
	padding-top: 10px;
}

.GALLERY_Heading
{
	background-image: url('/images/generalpage/bg_heading.gif');
	background-repeat: no-repeat;
	color: #0d97f8;
	font: 0.9em Arial;
	font-weight: bold;
	width: 710px;
	height: 30px;
	padding: 5px 10px 5px 8px;
}
.GALLERY_Text, .GALLERY_Text p, .GALLERY_Other, .GALLERY_Other p
{
	color: #666666;
	font: 0.9em Arial;
}
.GALLERY_Text
{
	padding-top: 10px;
}
.GALLERY_Other
{
	padding: 5px 0px 5px 8px;
}

.GALLERY_ImageBoxLeft
{
	float: left;
	width: 230px;
}
.GALLERY_ImageBoxMiddle
{
	float: left;
	width: 230px;
}
.GALLERY_ImageBoxRight
{
	float: right;
	width: 230px;
}

.GALLERY_ImageMainGraphic
{
	text-align: center;
}
.GALLERY_ImageGraphic img
{
	border: 1px solid #666666;
}
.GALLERY_ImageTitle, .GALLERY_ImageTitle:visited
{
	color: #666666;
	text-decoration: none;
}
.GALLERY_ImageTitle:hover
{
	color: #666666;
	text-decoration:underline;
}

