@charset "utf-8";
/* CSS Document */


#wrapper {

display: block;
width: 550px;
padding-bottom: 1em;
border-top: 1px;
border-top-color: #CCC;
border-top-style: solid;
clear: both;
}

#photo {
background: url(assets/img/photo_bg.jpg) no-repeat bottom right;
margin-left: 10px;
margin-bottom: 10px;
float: left;
}

#photo img {
background:#FFF;
margin-top: 30px;
padding:4px;
border:1px solid #CCC;
position:relative;
left:-5px;
top:-5px;
}

#bio {
padding-left: 15px;
margin-top: 20px;
margin-bottom: 20px;
width: 400px;
float: left;
}

