@charset "utf-8";
/* CSS Document */

#Master {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#Name {
	position: absolute;
	height: 75px;
	width: 220px;
	left: 0px;
	top: 0px;
	font-family: Arial;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FFF;
}
#Head {
	height: 150px;
	width: 610px;
	position: absolute;
	top: 0px;
	left: 275px;
}
#Navigation {
	position: absolute;
	height: 96px;
	width: 215px;
	left: 0px;
	top: 80px;
	line-height: 16px;
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000;
}
#Portrait {
	position: absolute;
	height: 300px;
	width: 220px;
	left: 0px;
	top: 187px;
	text-align: center;
}
#Contact {
	position: absolute;
	height: 48px;
	width: 218px;
	left: 0px;
	top: 491px;
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}
#Foot {
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	height: 24px;
	width: 218px;
	left: 0px;
	top: 545px;
	border: 1px solid #000;
}
#Body {
	position: absolute;
	width: 711px;
	left: 225px;
	top: 155px;
	padding: 2px;
	max-width: 711px;
}
