html, body {
	font-size: 13px;
	text-shadow: 0px 0px black;
	font-family: Tahoma, Helvetica;
	text-decoration: none;
	color: black;
	background-color: white;
	margin-top: 0px;
	#text-align:center;
}

a { 
	color: #000; 
	text-decoration: none; 
	text-align: center;
}

td {
	text-align: left;
}

img { 
	border: none;
}

.copyright { 
	text-align: center; 
	font-size: 9px;
}

#header { 
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#viewer { 	 
	height: 520px; 
	padding-top: 10px;
	margin-left: auto; 
	margin-right: auto; 
	display: table;
	width: 900px;
}

#preview { 	
	height: 100%; 
	float: left; 
	display: table;
	width: 625px;
}

#thumbs {
	height: 100%; 
	float: right;
	display: table;
	
}

.vcenter {
	display: table-cell;
	vertical-align: middle; 
	margin-left: auto;
	margin-right: auto;
	#height: auto;
}

.row { 
	width: 270px;
}

.thmb { 
	float: left;
	padding: 5px;
	cursor: pointer;
	#cursor: hand;
	width: 75px;
	height: 75px;
}

.thmb a { display: block; }

.contact_name {
	font-size: 18px; 
	font-weight: bold;
}

.contact_address {
	font-size: 16px;
}

div#preview-img {
	z-index: -1;
	width: 505px;
	height: 505px;
	background-position: center;
	image-repeat: no-repeat;
}

div.overlay {
	background: url(../images/overlay.gif);
	image-repeat:repeat;
	position: relative; 
	top:0; left:0; 
	width:505px; 
	height:505px; 
	z-index:0; 
}
