.content {
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;
}

/* sphider stuff */

#result_report {
	text-align:center ;
	padding:3px;
	font-weight: bold;
	margin-bottom:14px;
}

/*main results table */
#results{
	margin: 0 auto;
	width: 80%;
	text-align: left;
}

#other_pages {
	text-align:center;
}

#powered_by {
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
}

#common_report {
		text-align:center;
}

/*Page descriptions*/
.description{font-size: 13px;}


.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}

