@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */


#aboutLeftColumn {
	width : 200px;
	float : left;
	padding-left : 0;
	padding-right : 25px;
}

#aboutRightColumn {
	width : 450px;
	float : right;
	padding-right : 0;
	padding-left : 25px;
}


#philosphyHead  {
	background : url(/images/philosophy_anim.gif) no-repeat;
	background-position : left;
	height : 34px;
	margin-bottom : 25px;
}

.philosophyText {
	margin-left : -9999px;
	font-weight : bold;
	color : #fff;
	;
}

#historyHead  {
	background : url(/images/history_anim.gif) no-repeat;
	background-position : left;
	height : 34px;
	margin-bottom : 25px;
}

.historyText {
	margin-left : -9999px;
	color : #fff;
	
}

.calloutText {
	text-transform : uppercase; letter-spacing : .2em; font-weight : bold;
}


}

