@charset "utf-8";

article h3{
	background: url(../images/profile_Title.png) no-repeat;

}

img.profilePhoto{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
img.bookPhoto{
	float: left;
	margin-left: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
}

h4{
	font-weight: normal;
	border-bottom: thin dotted #333;
	margin-bottom: 0.5em;
}
#activity,#book,#prize,#exhibition{
	margin-bottom: 1em;
	background: #333;
	padding: 1em;
	border: thin solid #a86858;
	border-radius:3px;
	box-shadow:0px 0px 4px #ccc;
}

#activity ul,#book ul,#prize ul,#exhibition ul{
	margin-left: 2em;
}
#activity li,#book li,#prize li,#exhibition li{
	font-size: 90%;
	line-height: 150%;
	list-style: disc;
}

#activity {
	margin-top: 2em;
}
#book{
	height: 170px;
}

#prize{
	clear: both;
}