			body {
				margin: 0;
				padding: 0;
				background-color: #969696;
				font-family: Bookman Old Style, Verdana;
				font-size: 0.8em;
				text-align: center;
			}
			h1 {
				font-size: 2.5em;
			}
			a {
				color: #ddd;
			}
			#showcase a {
				text-decoration: none;
			}
			a img {
				border: none;
			}


			#showcase {
				/*width: 850px; */
				display: table-cell;
			}
			* html #showcase {
/*				width: 860px; */
			}
			#menu {
				float: left;
				width: 200px;
			}
			#content {
				float: left;
				width: 650px;
			}
			#highlight {
				border-collapse: separate;
				border-spacing: 5px;
			}
			#highlight td{
				width: 200px;
				padding: 5px;
			}
			* html .boxdescriptor {
				z-index: 0;
			}
			.boxdescriptor {
				background-color: #444;
				color: white;
				font-size: x-small;
			}
			.boxdescriptor td {
				vertical-align: top;
				text-align: center;
			}
			* html .boximage {
				top: 48px;
			}
			.boximage td {
				border: 1px solid #444;
			}
			.boximage {
/*				background-color: white; */
				height: 150px;
			}
