div.text
{
	float: left;
	width: 430px;
}
div.right 
{
    float: right;
    margin: 0px 0px 0px 30px;
    width: 250px;
}
div.right p 
{
    clear: both;
}
	div.text img 
	{
		float: right;
	    margin: 0px 0px 10px 0px;	
	}
		
	
table#jobs 
{
	margin: 20px;
	width: 720px;
	border-collapse: collapse;
}
	table#jobs tr 
	{
		padding: 20px 0;
		border-bottom: 1px solid #bbb;
		
	}
		table#jobs tr th
		{
			padding: 10px 0;
			font-weight: bold;
			font-size: 1.25em;            
    		border-bottom: 1px solid #bbb;
		}
		table#jobs tr td 
		{
			padding: 10px 0;
			border-bottom: 1px solid #bbb;
		}