div#right {
	position: relative;
}

div#content {
	width: 800px;
	background-image: url(img/bg-border-side.png);
	background-repeat: repeat-y;
}

div.border-top {
	width: 800px;
	height: 230px;
	background-image: url(img/title.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.border-bottom {
	width: 800px;
	height: 10px;
	background-image: url(img/bg-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.box p.question {
	color: #FF33CC;
	margin-top: 30px;
}

div.box p.comment {
	color: #999999;
}

div.img-text {
	margin-left: 20px;
}

div.img-text img {
	display: block;
}
