* {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
}
body, html {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #E7E4D4;
	color: #5E5A4A;
}
body {
	font-size: .8em;
}
#page {
	margin: auto;
	width: 700px;
}
.site, .me {
	display: inline;
	float: left;
	width: 130px;
	height: 110px;
	margin: 15px 5px;
}
.me {
	height: 170px;
}
#info .site, #info .me {
	margin: 15px 5px 5px 5px;
}
.site img {
	width: 130px;
	height: 110px;
}
.me img {
	width: 130px;
	height: 170px;
}
.tallSpacer {
	height: 75px;
}
#info {
	position: relative;
	clear: both;
}
#info .left {
	width: 150px;
	display: inline;
	float: left;
	text-align: left;
}
#info .right {
	width: 550px;
	display: inline;
	float: left;
	text-align: left;
	padding: 15px 0px;
}
table {
	width: 100%;
	height: 100%;
	font-size: 1em;
	text-align: center;
}
a img {
	border: 0px;
}
.center {
	text-align: center;
}
#info .left .center {
	width: 140px;
}
.right h3 {
	margin-top: 0px;
}
.right h3 span {
	font-weight: normal;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	display: block;
}
.right div {
	margin-top: -1em;
	padding: 10px;
	border: 1px dotted #BEBAA2;
	background-color: #EDEADA;
}
.desc {
	font-style: italic;
}
a {
	color: #5E5A4A;
}
a:hover {
	color: #B7B19A;
}

a span {
	display: none;
	color: #5E5A4A;
	text-decoration: none;
}

a:hover span {
	display: block;
}