/* CSS Document *//* Sam and Greg Get Married */img.png,td.centerstage { behavior: url(css/iepngfix.htc); } /* This performs the IE PNG Fix. This is fucking voodoo shit. */img.png{border:0;}body {background-color: #666666;}h1{font-family: Garamond, Georgia, serif;}h6 {font-size:18px; font-weight:bold; margin-bottom:0px; margin-top:0px; padding-top:0px; padding-bottom:0px;}#intpic {padding-right:5px;}table.main {background-image: url(../images/leaves_background.jpg);}td.centerstage { padding-left:10px; padding-right:10px; color: #336600;}a.centerstage {color: #800000; text-decoration:none; font-weight:bold;}a.centerstage:hover {text-decoration:underline;}a.faq {color: #800000; text-decoration:none; font-weight:bold;}a.faq:hover {text-decoration:underline;}a.footer {color:#FFFFFF; font-weight:bold;text-decoration:none;}a.footer:hover {text-decoration:underline;}.faqtitles {font-size: 24px}/* This is for the tooltips */a.info:hover { border-width: 0; } /*This wakes up IE to let the hover work */a.info{	    position:relative; /*this is the key*/	display: block;    color:#000;    text-decoration:none;}a.info span{	display: none; 	position:absolute;	font-weight:bold;}a.info:hover span{ /* the span will display just on :hover state */    display:block;    position:absolute;	z-index: 1;	bottom:-1.25em;	_bottom:-.20em; /*Only seen by IE 5, 5.5, and 6 (not 7), to correct padding issues in IE */    width:15em;    color: #21EDF4;    text-align: left;	font-weight:bold;}/* End tooltips */