@charset "utf-8";
/* CSS Document */

.custcomment {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	background-image: url(../images/quote_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.closequote{
	width: 30px;
	float: left;
	background-image: url(quote_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}
.commentarea{
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 12px;
	width: 100%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navigation{
	clear: none;
	display: block;
	float: none;
}
