@charset "UTF-8";
/* CSS Document */

:focus { -moz-outline-style: none; } /*Mozilla specific hack to remove dotted line around links */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#333;
}
a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
a:hover {
	color:#666;
}
img {
	border:0;
}
#contact-card {
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-147px;
}
#contact-text {
	position:absolute;
	top:50%;
	margin-top:-50px;
	left:50%;
	margin-left:-250px;
	width:500px;
	text-align:center;
}
h1 {
	display:none;
}
h2, h3, h4, p {
	margin:0;
	padding:0;
}
h2 {
	font-size:11px;
	margin-top:10px;
}
h3 {
	font-size:10px;
	margin-top:20px;
}
h4 {
	font-size:10px;
	margin-top:30px;
}
#back-to-images {
	margin-top:20px;
	height:30px;
}
#title-card {
	position:absolute;
	top:50%;
	margin-top:-120px;
	left:50%;
	margin-left:-445px;
}
#image {
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-404px;
}
#navigation {
	position:absolute;
	top:50%;
	margin-top:280px;
	left:50%;
	margin-left:-100px;
	text-align:center;
	width:200px;
}
.email-link {
	text-transform:none;
}