body
{
	margin: 0;
	padding: 0;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

#Main 
{
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	color: #555555;
	background: #FFFFFF;
}

#navigation
{
	display:none;
}

#navigation a
{
	text-decoration:none;
	color:#000000;
}

#content
{
	padding: 20px 15px 10px 30px;

}

#content .post
{
	border: dashed thin #CCCCCC;
	margin-top:7px;
}

#content .post-title 
{
	font-size: 24px;
	margin:5px;
}

#content .post-title a { border-bottom-width: 0; color:474E75;	text-decoration:none;}

#content .post-body
{
	margin:5px;
	color:#000000;
	text-align:justify;
}

#content .post-footer 
{ 
	display:none;
}
#content .post-footer a
{
	color: #CD4427;
}

#content .post-footer-comment a
{
	margin-left: 5px;
	  	padding: 0 0 0 19px;
	background: url(/images/comment.gif) no-repeat 0 50%;
	color: #CD4427;
}

#content .post-footer-email a
{
	margin-left: 5px;
	  	padding: 0 0 0 19px;
	background: url(/images/email.gif) no-repeat 0 50%;
	color: #CD4427;
}

#content .post-footer-print a
{
	margin-left: 5px;
	  	padding: 0 0 0 19px;
	background: url(/images/printer.gif) no-repeat 0 50%;
	color: #CD4427;
}

#footer
{
	clear: both;
	float: left;
	width: 748px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF;
	color: #CD4427;
	font-size: 11px;
}

#footer a 
{
	color: #CD4427;
	font-size: 11px;
}

#footer a: visited 
{
	color: #CD4427;
}
	
#footer a:hover 
{
	color: #993019;
	border-bottom: 1px dashed #E18A77;
}

.feed {

  text-align: right;
  font-size:14px;
  font-weight:bold;
} 

.feed a
{
	display:none;
}

img.usrIcon
{
	float:left;
	margin:5px;
}