/*header*/

/*content and columns*/
/*easy clearing*/
	#content,.courses #meta-info,.courses ul#courseList {display: inline-block;}
	/*Start hide from IE-Mac\*/
	#content,.courses #meta-info,.courses ul#courseList {display: block;}
	/* we need this for IE 5.01 - otherwise the wrapper does not expand to the necessary height (unless fixed, this problem becomes even more acute weirdness as the method is enhanced */
	#content,.courses #meta-info,.courses ul#courseList {/* Normally a Holly-style hack height: 1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */ float: left; float/**/: none;}/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes makes the width of wrapper too small the float: none with the comment is ignored by 5.01, 5.5 and above see it and carry on about their business It's probably fine to just remove it, but it's left here just in case that many moons ago problem rears its head again */
/*end easy clearing*/
* html #main {display: inline;}

.courses #main table#mp3Info thead tr th.col1 {width: 15px; display: block; float: left;}
.courses #main table#mp3Info thead tr th.col2 {padding: 5px 10px; display: block; float: left;}
.courses #main table#mp3Info thead tr th.col3,.courses #main table#mp3Info thead tr th.col4,.courses #main table#mp3Info thead tr th.col5,.courses #main table#mp3Info thead tr th.col6 {display: none;}


.courses #main table#mp3Info tbody tr td.col1 {width: 15px; display: block; float: left;}
.courses #main table#mp3Info tbody tr td.col2 {padding: 15px 10px; display: block; text-transform: uppercase;}
.courses #main table#mp3Info tbody tr td.col3,.courses #main table#mp3Info tbody tr td.col4,.courses #main table#mp3Info tbody tr td.col5,.courses #main table#mp3Info tbody tr td.col6 {display: none;}

/*left column*/

/*right column*/

/*footer*/
#footer p#footerUtility {clear: both;}
