#area_content h1,
#area_content h2,
#area_content h3,
#area_content p,
#area_content ul,
#area_content ol
{
	margin-bottom: 15px;
}

.navigation
{
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.navigation .alignleft
{
	float: left;
}

.navigation .alignright
{
	float: right;
	text-align: right;
}

.navigation a:hover
{
	text-decoration: none;
}

/* COMMENTS */

.commentlist
{
	list-style-type: none;
}

.comment-author img
{
	display: none;
}

#commentform input,
#commentform textarea
{
	padding: 6px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

#commentform input
{
	margin-right: 5px;
}