/* javanerd sub page template */
/* main content area */
.content {
	float: right;
	width: 800px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

/* Paragraph containing other elements */
div.block {
    float: left;
    clear: left;       
    width: 800px;
    margin-top: 16px; 
}