#Container {
	padding-bottom: 60px;
}
#Container h2 {
	margin-bottom: 35px;
}
#Container #PhotoBox {
	height: auto;
	width: 260px;
	float: left;
}
#Container #PhotoBox #Photo {
	margin-bottom: 20px;
	border: 1px solid #666666;
}

#Container #PhotoBox #Gallery {
	height: auto;
	width: 250px;

}
#Container #PhotoBox #Gallery li {
	display: block;
	width: 61px;
	float: left;
}

#Container #PhotoBox #Gallery li img {
	width: 56px;
	border: 1px solid #666666;
	margin-bottom: 3px;
}
#Container #ProfBox {
	width: 425px;
	float: left;
	padding-top: 10px;
}
#Container #ProfBox .Position {
	font-size: 10px;
}
#Container #ProfBox h3 {
	font-size: 16px;
	border-bottom: 1px solid #000000;
	padding-bottom: 2px;
}
#Container #ProfBox .Rome {
	font-size: 12px;
	margin-left: 10px;
}
#Container #ProfBox .BlogBtn {
	float: right;
	margin-top: -30px;
}
#Container #ProfBox table {
	width: 425px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#Container #ProfBox th,td {
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(img/Dot.gif) repeat-x left bottom;
}
#Container #ProfBox th {
	width: 120px;
	padding-left: 10px;
}
#Container #ProfBox .QR {
	float: right;
}
