BODY {
	width: auto;               /* total width */
}

H1,H2,H3,h4{ margin-bottom:1em;}

#pageBody {
	position: static; 
	width: auto; 
	height: auto; 
	left: auto; 
	top: auto; 
	z-index: 2; 
} 	
			
#coursesList{
	position:static; 
	width:auto;
	left: auto; 
	top: auto; 
	overflow:auto;
}
		
.locations {
		position:static;
	}

A, A:link, A:active, A:visited, A:hover {color:#3333ff}