#article_authors div.author {
	border-style: solid;
	border-color: #e3e3e3;
	border-width: 2px 3px;
	width: 288px;
	padding: 3px;
	overflow: auto;
}
#article_authors div.author img {
	float: left;
}
#article_authors div.author p {
	float: left;
	line-height: 1.2em;
	width: 228px;
	margin: 8px 0px 0px 10px;
}

#article_list h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	margin: 0px 0px 0px 12px;
}
#article_list h3 {
	font-family: Georgia, serif;
	font-size: 18px;
}

#article_list div.article {
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 12px;
	background-color: #fefefe;
}
#article_list div.article.striped {
	background-color: #f5f5f5;
}
#article_list div.article a {
	color: #53b901;
	text-decoration: underline;
}
#article_list div.article h3 a {
	color: #000;
	text-decoration: none;
}


#article_content h2 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
}
#article_content {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#article_content a.back {
	background-color: #e0f5fd;
	padding: 6px 6px;
	border-bottom: 1px solid #999;
	color: #666;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}


.quote1{
	border-top:1px solid #ccc;
	background:url(../img/articles/bg1.gif) no-repeat 0 0;
	clear:both;
	overflow:hidden;
	width:100%;
	margin:0 0 10px 0;
}
.quote2{
	border-bottom:1px solid #ccc;
	background:url(../img/articles/bg2.gif) no-repeat 100% 100%;
	clear:both;
	overflow:hidden;
	width:100%;
	padding:20px 0;
}
.quote1 p{
	padding:0 0 0 45px;
	width:450px;

	font:1.666em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.quote1 span{
	display:block;
	text-align:right;
	padding:0 50px 0 0;
	font-style:italic;
	font-size:0.833em;
}
