.container {
	text-align: center; /* ie 5.5 center hack 1 of 2 */
	}
#descrip {
	margin:1em auto;
	width:600px;
	text-align:left; /* ie 5.5 center hack 2 of 2 */
	}

.cblock {
	display:inline;
	font-weight:bold;
	width:auto;
	padding-left:2em;
	padding-right:2em;
	}
	
h1 {
	margin-top:0.25em;
	font-weight:bold;
	font-size:1.0em;
	}
#gallerymenu img {
	height:40px;
	padding:0;
	margin:0;
	border:0;
	}
#gallerymenu {
	font-family: "Gill Sans MT Bold", "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
	}
#gallerymenu #selected {
	color:#fff;
	}

#image {
	height:530px;
	text-align:center;
	}

#image table {
	border:0;
	padding:0;
	margin:0;
	width:750px;
	}
#image table td {
	text-align:center;
	vertical-align:middle;
	height:530px;
	}
#thumbgallery {
	margin-top:4px;
	text-align: center; /* ie 5.5 center hack 1 of 2 */
	}
#thumbgallery img {
	cursor:pointer;
	padding:2px 4px;
	margin:0;
	border-top:1px solid #b9b7b8; /* reserve border space */
	border-bottom:1px solid #b9b7b8;
	}
#thumbgallery img.thumbselected {
	border-top:1px solid white;
	border-bottom:1px solid white;
	}
