

#float_audio	 { 
	color: black; 
	font-size: 10px; 
	margin: 2px; 
	position: absolute;
	z-index: 10; 
	right: 0; 
	border: solid 1px #330000 
}

body	{
	background-color: #650011;
}

#content	{
	border: solid 1px #330000;
	background-color: #b11310;
}

/* Top Line of the page */

#topbanner	{
  background-color: #FA8310; 
}

/* Now the main area on the page */

#mainbulk	{
	width: 800px;
	height: 520px;
	background-image: url("../images/words/pannilogo.gif"); 
	background-repeat: no-repeat; 
	background-position: 55px 212px;
}

#thumbarea {
  position: relative;
  top:310px;
  left:59px;
}

#thumbarea	img		{ 
	margin-right:20px;
  	background-color: #000000;
	border: solid 1px #000000;
}

/*
#mainimage	{
	text-align: center;
}

#mainimagearea	{
  position: absolute;
  top:104px;
  left:428px;
	width:301;
	height:382;
	text-align: center;
}
*/

#mainimage	{
 	position: absolute;
 	top:104px;
 	left:428px;
  	z-index: 1;
	text-align: center;
	border: solid 1px #000000;
}

#fadeupimage	{
 	position: absolute;
	top:104px;
	left:428px;
	z-index: 2;
	text-align: center;
	border: solid 1px #000000;
  	background-color: #b11310;
	visibility: hidden;
}

#mainimagearea	{
	width:301px;
	height:382px;
	text-align: center;
}


#imageCounter	{
	text-align:right;
	color: black;
  font-size: 10px;
  margin-left:220px;
	visibility: hidden;
}

/* Bottom Line of the page */

#footer  { 
	text-align: center; 
	width: 800px; 
	clear: both
}

#tagline	  { color: #fa8310; letter-spacing: 2px }

#extralinkarea	{
	background-color: #650011; color: #ffffff; 
}

#extralinkarea	.hilite		{color : white}
#extralinkarea a			{ color:#777777; text-decoration: none; }
#extralinkarea a:hover		{ color:yellow; text-decoration: none;  }

