@import url(/styles/google.css);

#article {
	float: right;
	width: 610px;
	clear: right;
	text-align: left;
	padding: 5px;
}

#article #author {
	display: block;
	font-size: 80%;
	font-style: italic;
	color: #CCC;
}

#relatedArticles {
	float: left;
	clear: left;
	width: 180px;
	text-align: left;
	margin-bottom: 10px;
}

.aboutAuthor {
	float: left;
	clear: left;
	width: 180px;
	font-size: 80%;
	text-align: left;
	display: block;
	color: #CCC;
}

#relatedArticles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#relatedArticles li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	margin-bottom: 2px;
}
#relatedArticles a {
	display: block;
	padding: 5px;
	background-color: #444;
}

#content {
	float: left;
	clear: left;
	width: 800px;
}

#footer {
	width: 800px;
	float: left;
	clear: left;
}
