#pagemenu{
	background :url(../images/pagemenubg.gif) repeat-x;
}

.content{
	padding-top:45px;
}
	.content .review{
		border-bottom: 1px solid #d4b671;
		padding: 20px 0 5px 0;
	}

	.content .review .name
	{
		width:265px;
		float:left;
	}
	
	.content .review .comment
	{
		width:425px;
		float:right;
	
	}
	
	