#job_listings div {
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 11px;
	float: left;
	}
	
#job_listings table {
	margin-bottom: 20px;
	}
	
#job_listings th {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	white-space: nowrap;
	}
	
#job_listings td {
	text-align: left;
	}

#job_listings h2 {
	text-align: left;
	background-color: #e0e0e0;
	border: 1px solid #a0a0a0;
	padding: 1px 2px 1px 4px;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	}

	
	
