#photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#name {
	font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
}

#job {
	list-style: none;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
}

#contact {
	list-style: none;
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
}

#intro {
	clear: both;
	width: 700px;
	align: center;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

#footer {
	clear: left;
	border-top: 2px dotted black;
	width: 700px;
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: right;
	line-height: 1.2em;
}


h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;		 
}

h2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
}

.parallel_box {
	clear: both;
	margin-bottom: 30px;
	width: 700px;
}

.pub_item {
	clear: both;
	margin-bottom: 30px;
	padding-left: 10px;
	
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.pub_image {
	float: right;
	border-style: outset;
	border-width: 1px;
	border-color: black;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

.pub_title {
	font-weight: bold;
}

.pub_desc {
}
	
.pub_resource {
}

.teaching_list {
	list-style: circle;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

.thumbnail {
	border-style: outset;
	border-width: 2px;
	border-color: black;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 96px;
}

.tool {
	text-align: right;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

p a {
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
}

ul a {
	color: purple;
	font-weight: bold;
	text-decoration: none;
}

ul a:hover {
	color: red;
}
