/* 
copyright:	2005-2006 greg canavera. www.totemic.net
there's nothing really new here, but please credit me for use if you do use it.
/* --------------------------------- */
/* rev 1.0							 */
/* --------------------------------- */
/* site-wide css 					 */
/* --------------------------------- */



/* site-wide margin and padding disabler */

*	{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}


/* this is a distateful hack for IE to support png24 transparency. This class forces the image in the IMG tag to be displayed as "invisible" to IE. This is only 1/2 of the equation: The IMG that this class is applied to must be wrapped with a div that contains the same image as in the IMG with alphaloader. See my #logo class. */

.transparent {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

