@charset "UTF-8";
/* CSS Document */


ul.left_col{
	width: 250px;
	float: left;
	margin-left: 0;
	margin-top: 0;
	line-height: 28px;
	display: block;
}
ul.right_col {
	width: 250px;
	float: left;
	margin-left: 50px;
	margin-top: 0;
	line-height: 28px;
	display: block;
}
#body_copy {
	width: 740px;
	margin-left: 80px;
	float: left;
	margin-bottom: 60px;
	font-size: 16px;
	padding-top: 10px;
	line-height: 22px;
}
#pic_am {
	width: 200px;
	height: 200px;
	background-image: url(../images/portrait.png);
	float: right;
	margin: 25px 10px 5px 10px;
}
