body {
	background: white;
	font-family: helvetica;
	font-size: small;
}

/* Layout styles */

#faces {
	width: 900px;
	margin: 0px auto;
}

#email {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
	/*background:blue;*/
}

div.face {
	float: left;
	background-color: lightgrey;
	overflow: visible;

	width: 160px;
	height: 300px;
	margin: 5px;
	padding: 5px;

	background-image: url("./images/gradient.png");
	background-position: left bottom;
	background-repeat: repeat-x;

	/*border:1px solid red;*/
}

img.portrait {
	margin: 5px;
	width: 150px;
	height: 150px;
	background-position: 150px 0px;
}

img.portraithover {
	background-position: 0px 0px;
}

img.favicon {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	background-position: 16px 0px;
}

img.iconhover {
	background-position: 0px 0px;
}

/* Basic/text styles */

h1 {
	margin: 5px;
}

a {
	text-decoration: none;
	color: #111;
}

a.ahover {
	color: blue;
}

a:hover {
	text-decoration: underline;
}

div.email {
	text-align: center;
}

div.email a {
	cursor: pointer;
	font-size: x-small;
}

div.face h1 {
	text-indent: 10px;
}

span.creep {
	float: right;
	font-size: 0.01px;
	color: transparent;
	display: inline-block;
	width: 0px;
}

span.special {
	font-style: italic;
}