/* CSS Document */

.drop {
	font-size: 180%;
	float: left;
	line-height: 1em;
	margin: 4px 4px 2px 1px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #666;
	background: #EEECE6;
}

p {
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	line-height: 1.5em;
	padding: 15px 20px 0;
	margin: 0;
}

ul {
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #666;
	line-height: 1.5em;
}

/* Blockquote Style */

.qcontainer {
	text-align: center;
	margin: 0 23px;
}
blockquote {
	width: 320px;
	text-align: center;
	margin: 10px 0 0;
	padding: 0;
	font-family: georgia, serif;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1em;
	color: #666;
	background: #EEECE6 url(../images/top.gif) no-repeat top left;
}

.quote {
	margin: 0 10px 0 0;
	padding: 25px 20px 20px 20px;
	background: url(../images/end_quote.gif) no-repeat right bottom;
}

.author {
	margin: 0;
	padding: 0 0 11px 0;
	color: #999;
	font-size: 80%;
	background: url(../images/bottom.gif) no-repeat bottom;
}

.quote strong {
color: #000;
font-weight: normal;
}

.reglink a, .reglink a:link, .reglink a:visited, .reglink a:active {
	color: #990000;
	text-decoration: none;
}

.reglink a:hover {
	text-decoration: underline;
}

