#Container {
	background: url(img/ContainerBody.gif) repeat-y;
	height: auto;
	width: 748px;
	padding-bottom: 60px;
}
#Container h2 {
	margin-bottom: 5px;
}
#Container .Rss {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 40px;
}
#Container #Left {
	height: auto;
	width: 200px;
	display: inline;
	float: left;
	text-align: center;
	padding-top: 30px;
}
#Container #Left .Name {
	margin-bottom: 20px;
}
#Container #Left .QR {
	margin-top: 40px;
}
#Container #Right {
	height: auto;
	width: 519px;
	float: right;
	display: inline;
	padding-right: 20px;
}

#Container #Right #Blog {
	width: 519px;
	height: auto;
	background: url(img/BlogBody.jpg) repeat-y;
	margin-bottom: 15px;
}
#Container #Right #Blog #BlogTop {
	background: url(img/BlogEntry.jpg) no-repeat;
	height: 80px;
	width: 519px;
	margin-bottom: 20px;
}
#Container #Right #Blog #BlogTop p {
	margin-bottom: 4px;
	margin-left: 30px;
	padding-top: 20px;
}
#Container #Right #Blog #BlogTop h3 {
	font-weight: 600;
	font-size: 16px;
	margin-left: 30px;
}

#Container #Right #Blog #Comment {
	float: left;
	width: 240px;
	height: auto;
	margin-left: 20px;
	padding-bottom: 60px;
	line-height: 190%;
}
#Container #Blog #Comment img {
	max-width: 240px;
}
#Container #Right #Blog #Photo {
	width: 200px;
	float: right;
	display: inline;
	height: auto;
	margin-right: 20px;
	padding-bottom: 50px;
}
#Container #Right #Blog #Photo img {
	margin-bottom: 8px;
}
#Container #Blog #Foot {
	clear: both;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#Container #Right #Blog #BlogBtm {
	background: url(img/BlogBtm.jpg) no-repeat;
	height: 10px;
	width: 518px;
	clear: both;
	font-size: 0px;
}
#Container #Right #CommentList {
	width: 519px;
	height: auto;
	background: url(img/BlogBody.jpg) repeat-y;
	margin-bottom: 15px;
}
#Container #Right #CommentList h4 {
	background: url(img/BlogEntry.jpg) no-repeat;
	height: 40px;
	width: 489px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	padding-top: 40px;
}
#Container #Right #CommentList p {
	width: 440px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: 40px;
	padding-bottom: 2px;
	line-height: 170%;
}
#Container #Right #CommentList .Name {
	font-weight: 600;
	color: #FF0084;
}
#Container #Right #CommentList .Date {
	display: block;
	text-align: right;
	color: #FF0084;
}
#Container #Right #CommentList #CommentListBtm {
	background: url(img/BlogBtm.jpg) no-repeat;
	height: 10px;
	width: 518px;
	clear: both;
	font-size: 0px;
}
#Container #Right #Next {
	text-align: center;
}
