/* CSS Document */
/* To output audi data nodes */

/*<!-- position the mediabox in the main area floated to the top left -->*/


div.mediabox	{
position: absolute;
	top: 48px;	left: 0px;	width: 240px;	height: 24px;
	padding: 0px;
	color: #555555;	background: white;
	overflow: hidden;
	z-index: 2;
	}
	
/*Move comnav's left edge to accomodate mediabox*/
	div.comnav	{ left: 240px; width: 472px;  }

/* remove formatting from links  when not being hovered over in main zone*/
/*div.main a {color: #444444; text-decoration:none;}*/