/*PRINT RESET*/
BODY
{
	background-color: #FFFFFF;
	font: 13pt Constantia;
	width: 900px;
	margin: 0 auto;
}
A, A:link
{
	color: #000066;
}
A:visited
{
	color: #000066;
}
A:hover
{
	color: #990000;
}
A H1, A H2, A H3, A H4, A H5
{
	text-decoration: underline;
}
LI
{
	margin: 0;
	padding: 0;
}
UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
DIV.clear
{
	clear: both;
	line-height: 0px;
}
/*Header Ad*/
#header_ad
{
	width: 900px;
	height: 120px;
	border: 1px solid #000000;
	margin-top: 25px;
	/*[empty]padding-bottom:;*/
	margin-bottom: 25px;
}
/*Article Header*/
#header_article
{
	margin-bottom: 20px;
}
#header_article H1
{
	font: 1.4em sans-serif;
	float: left;
	width: 599px;
}
#header_article #info
{
	float: right;
}
/*Main Content*/
#content
{
	font-size: 1em;
	line-height: 1.3;
}
#content P
{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*Comments*/
#comments
{
	padding-bottom: 10px;
	padding-top: 10px;
}
#comments-count
{
}
#comments .comment
{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #D3D3D3;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
}
#comments .comment .comment-author
{
	font-size: 0.8em;
}
#comments .comment .comment-author IMG
{
	float: left;
	padding-right: 10px;
}
#comments .comment P
{
	padding: 5px;
}
/*Footer*/
#footer
{
	font: 0.7em sans-serif;
}
/*Fixes*/
.clear
{
	clear: both;
}
