

* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;	
	color: white;
	}
	
body {
	background-color: black;
	text-align: center;
	}

td.edge {width: auto;}
td.content {width: 1010px;}
td.thumb {padding: 15px 10px 25px 10px;}

.splashBG {background: #000000 url('images/logo_on_black40.gif') no-repeat fixed center;}

.container {width: 1010px; display: table;}

.grid {display:table;}

.row {display: table-row;}

.cell {display: table-cell; display: inline; float: left}

.thumb {
	display: table-cell;
	padding: 25px 10px 25px 10px;
	}

	
.navItem {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	letter-spacing: 2px;
	display: block;
}


.rep {margin: 0 0 6px 6px; letter-spacing: 2px;}

.gabor {margin: 3px 0 3px 0; letter-spacing: 4px;}

.caption {margin: 3px 0 3px 10px; letter-spacing: 3px;}

#center {
	width: 1010px; 
	overflow:auto; 
	overflow-y:hidden; 
	padding-top: 6px;
	padding-right: 1px;
	white-space: nowrap;
	}


a:link {color: white; text-decoration: none}
a:visited {color: white; text-decoration: none}
a:hover {color:#919191; text-decoration: none}
a:active {background: white; color: gray; text-decoration: none}