html, body {
	font-size: 13px;
	text-shadow: 0px 0px black;
	font-family: Tahoma;
	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;
}

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

.contact_address {
	font-size: 16px;
}