@charset "UTF-8";
/* CSS Document */

#container{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	padding-top:5px;
}
#nav{
	width:240px;
	float:left;
}
#content{
	width:652px;
	float:right;
	padding-left:3px;
}
#display{
	width:655;
	padding-top:62px;
	float:left;
}
#gallery{
	width:655px;
	height:215px;
	float:right;
	padding-top:23px;
}
#bio{
	width:655px;
	height:238px;
	float:right;
	padding-top:2px;
}
#footer{
	clear:both;
	width:900px;
	margin:auto;
}