	/* basic elements */
	body {
		font-family: "Gill Sans Light", "Gill Sans", Verdana, Tahoma, Helvetica, Arial, sans-serif;
		font-size: small;
		color: #2a2a2a;
		background-image: url(images/tag.gif);
		background-position: center 216px;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	h3 {font-size: 100%;}
	
	a:link, a:visited {text-decoration: none; color: #999999;}
	a:hover, a:active {text-decoration: none; color: #2a2a2a;}
	
	a:link img, a:visited img {border:2px solid #999999}
	a:hover img, a:active img {border:2px solid #2a2a2a}
	
	/* ids for styles which appear only once on a page */
	#container {
		width:677px;
		margin:0px auto;
	}
	/* classes for styles which may appear multiple times on one page */
	.indent {
		margin-left: 21px;
	}
	.column {
		float: left;
		width: 30%;
		margin-right: 20px;
	}
	.bhm {
	width:90px;
	height: 105px;
	float:left;
	padding-bottom:5px;
	padding-top: 10px;
	}
	.bhm2 {
	width:90px;
	height: 105px;
	margin:auto;
	padding-bottom:5px;
	padding-top: 10px;
	}
