/* Gallery Page Controls
*************************/

#galleryBodyBlock {
	height: 416px;
	border: solid 1px #ffffff;
}
#gallery {
	background: url(/images/galleryBg.jpg) no-repeat;
	width: 577px;
	height: 416px;
	margin-left: 10px;
	float: left;
}
#gallery table {
	margin: 20px 0 0 78px;
	padding: 0;
}
#menuBlock {
	margin-left: 590px;
	width: 200px;
}
#menuBlock h4 {
	background: url(/images/galleryH4Bg.jpg) no-repeat;
	font-size: 15px;
	font-weight: normal;
	padding: 4px 0 4px 15px;
}
#menuBlock ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}
#menuBlock li {
	padding-left: 15px;
	margin-bottom: 5px;
}
#menuBlock .current {
	background: url(/images/activeClubBullet.gif) no-repeat left;
}
#menuBlock li a {
	color: #333;
}