#leftColumn, .leftBox { 
	padding: 10px;
	margin: 15px 0 0 9px;
	width: 150px;
	background-image:url(http://www.thefirstdance.com/images/tiledBg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #CCCCCC;
	text-align: left;
	float: left;
	line-height: 1em;
	clear: left;
	display: inline;
}

* html #leftColumn, *html .leftBox {  /* This is the Tan hack */
	width: 179px;
	w\idth: 150px; }
	
#leftColumn h2, h2 .leftBox {
	padding: .5em 0;
	margin: 0;
	font-size: 12px;
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
}
#leftColumn ul, .leftBox ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftColumn ul li, .leftBox ul li {
	margin: .2em 0 .5em;
	padding-left: 15px;
	background: transparent url(../images/arrow.gif) 3px 4px no-repeat;
}
#leftColumn a:link, #leftColumn a:visited, .leftBox a:link, .leftBox a:visited {
	/*color: #c18d43;
	color: #7cb33c;*/
	color: #07519a;
}
#leftColumn ul a:hover, .leftBox ul a:hover {
	text-decoration: none;
}
/*
#rightColumn {
	width: 450px;
	padding-right:40px;
	padding-left:20px;
}*/
