#Container {
	padding-bottom: 100px;
	background: url(img/ContainerBody.gif) repeat-y;
	height: auto;
	width: 748px;
}
#Container h2 {
	margin-bottom: 35px;
}
#Container #Left {
	height: auto;
	width: 283px;
	float: left;
	text-align: center;
	background: url(img/ProfilePhoto.jpg) no-repeat;
	margin-left: 30px;
	display: inline;
}
#Container #Left #Photo {
	margin-bottom: 40px;
	margin-top: 25px;
}
#Container #Left #Gallery {
	height: auto;
	width: 283px;
}
#Container #Left #Gallery li {
	display: block;
	float: left;
	width: 70px;
}
#Container #Left #Gallery li img {
	width: 67px;
	margin-bottom: 3px;
}
#Container #Right {
	width: 380px;
	float: right;
	height: auto;
	margin-right: 30px;
	display: inline;
}
#Container #Right .Position {
	padding-bottom: 2px;
}
#Container #Right h3 {
	font-size: 16px;
	border-bottom: 4px solid #FF0084;
	font-weight: 600;
	padding-bottom: 2px;
}
#Container #Right .Rome {
	font-size: 12px;
	margin-left: 10px;
	font-weight: 400;
}
#Container #Right table {
	width: 380px;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom: 4px solid #FF0084;
	height: auto;
}
#Container #Right th,td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#Container #Right th {
	width: 120px;
	padding-left: 10px;
}
#Container #Right .QR {
	float: left;
}
#Container #Right .BlogBtn {
	float: right;
}

#Container #Right .BlogBtn a {
	display: block;
}
#Container #Right .BlogBtn a:hover {
	background-color:transparent;
}
#Container #Right .BlogBtn a:hover img{
	visibility:hidden;
}
#Container #Right .BlogBtn {
	background: url(img/BlogBtnHover.jpg);
}
