#content[part=head], #content[part=body], #content[part=foot]{
	background-image: none;
}

.blog{
	margin-top: -25px;
}

.blog[part=dude]{
	float: right;
	padding-top: 50px;
	padding-right: 25px;
}

.blog[part=body]{
	width: 525px;
	margin-left: 50px;

	font-size: 12px;

	text-align: left;
}

.bubble{
	width: 551px;
	
	padding-left: 10px;
	padding-right: 65px;
}

.bubble[part=top]{
	height: 43px;

	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

	padding-left: 205px;

	background-image: url(/images/bubble/top.png);
	background-repeat: no-repeat;
}

.bubble[part=body]{
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/images/bubble/middle.png);
	background-repeat: repeat-y;
	background-position: left;
}

.bubble[part=bottom]{
	height: 30px;
	width: 425px;

	text-align: right;

	background-image: url(/images/bubble/bottom.png);
	background-repeat: repeat-y;
	background-position: bottom left;
}

