/* CSS Stylesheet - css/resume.css - www.iangraham.org - design by Creative Creature - www.creativecreature.ca */ 
                                           
/* LISTINGS */
	table th  { text-align: left }
	table th { font-weight: normal; }
	table.background {
			margin-top: 1em;
			border-spacing: 0; 
			margin-bottom: 1em;
	}

	table.background th {
		text-align: left; 
		font-weight: bold ;
		background: white;
		padding: 0 0 0 0 ;
		border-bottom: 1px solid black;
		margin: 0;
	}
	table.background th~th {
        text-align: right;
	}
	table#bg2 th~th {
			text-align: left; 
	}

	table.background td {
			padding: 0;
			margin: 0;
	}

	table.address {
		padding-top: 0em; 
		margin-top: 0.0em; 
	}

