/* CSS Document */
#container{
	width:800px;
	height:413px;
	margin:auto;
	margin-top:200px;
}
#pic{
	width:400px;
	height:413px;
	float:right;
	text-align:center;
}
#picleft{
	width:400px;
	height:413px;
	float:left;
	text-align:left;
	background:url(../graceimg/biobg.jpg) no-repeat;
}
p.bio{
padding:20px;
}

a.resume{
color:#FFFFFF;
}
a.resume:hover{
color:#0099CC;
background:#FFCCFF;
}
