

	/**
	 * COMMENT STYLES
	 */
 
#comments{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
	background-color:#FFFFFF;
}
#allcomments{
	display: block;
	margin-top: 20px;
}
.commentuser{
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: .1em;
	line-height: 20px;
	padding: 10px;
	margin-top: 10px;
	border-top:1px dotted #CCCCCC;
}
.commenttitle{
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color: #1A4078;
}