body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #333;

}

#main {
	margin: 150px auto 50px auto;
	text-align:left;
   	width: 575px;
}


#bio {
	width: 575px;
	height: 185px;
	border: 1px dotted #a98645;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;

}

a {
	color: silver;
	text-decoration: none;
	border-bottom: 1px dotted silver;

}

.footer {
	color: gray;
	font: 9px Arial, Helvetica, sans-serif;
}

#pic {
	width: 120px;
	height: 180px;
	margin-right: 20px;
	background-image: url(images/me.jpg);
	float: left;
}

.social {
	width: 50px;
	height: 50px;
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color: gray;
	text-align: center;
	margin-right: 8px;
	margin-top: 6px;
}

.sub {
	width: 50px;
	text-align: center;

}

a.sub {
	color: silver;
	text-decoration: none;
	border-bottom: 1px dotted silver;

}

img.social {
	width: 32px;
	height: 32px;
	border-style: none;
	margin-left: 8px;
}


#text {
	width: 400px;
	color: silver;
	font: 12px/24px arial, helvetica, sans-serif;
	float: left;
	display: inline;
}

