@charset "UTF-8";
/* CSS Document */
#resumebody{
	background-color: #2c262d;
	margin: auto;
	width: 980px;
	height: 1430px;
	padding: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
}
#resumetext {
	margin: auto;
	height: 80px;
	width: 960px;
	font-size: 16px;
	color: #FFF;
	background-color: #2c262d;
	float: left;
	padding: 10px;
	font-family: garamond;
}
#resumepicture {
	margin:auto;
	width:960px;
	background-color:#000;
	padding:10px;
}

a:link {
	color: white;
}
.anchor{clear:both;
        text-align:center;
}
