body {
	background: #000;
	color: #25333e;
	margin: 0;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	width: 900px;
	margin: 35px auto 0;
	padding: 0;
}

img {
	border: none;
}

.hidden, .hide {
	visibility: hidden;
	display: none;
}

#top {clear: both;}
#left {float: left; width: 283px;}
#profilelinks {float: left; width: 616px;}
#bottom {clear: both; margin-bottom: -3px; width: 900px; }
#info {float: left; padding: 0 0 0 11px; overflow: hidden; width: 790px; line-height: 1.45em;}
#maillink {float: right; padding: 8px 13px; overflow: hidden;}

a.email {
	text-decoration: none;
	overflow: hidden;
	background: #25333e;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.email:hover {
	color: #000;
	background: #fd0;
}

/* @group img links */

a.recon, a.bigmuscle, a.dudesnude {
	display: block;
	text-indent: 9999px;
	overflow: hidden;
	font-size: 0;
}

a.recon {
	background: url(recon.jpg) left top no-repeat;
	width: 616px;
	height: 76px;
}

a.recon:hover {
	background: url(recon.jpg) left -76px no-repeat;
}

a.bigmuscle {
	background: url("bigmuscle.jpg") left top no-repeat;
	width: 617px;
	height: 103px;
}

a.bigmuscle:hover {
	background: url("bigmuscle.jpg") left -103px no-repeat;
}

a.dudesnude {
	background: url("dudesnude.jpg") left top no-repeat;
	width: 616px;
	height: 93px;
}

a.dudesnude:hover {
	background: url("dudesnude.jpg") left -93px no-repeat;
}

/* @end */