/* CSS Document */
body {
	background:#000000;
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-x;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:white;
	font-size:.8em;
	text-decoration:none;
	border:0;
}
img {
	border:0;
	}
#Menu {
	width:100%;
	text-align:center;
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
}
#SubMenu {
	width:100%;
	font-size:.8em;
	height:20px;
}
#MerchDetail {
	width:100%;
	text-align:center;
}
#MerchDetail a {
	text-decoration:none;
}
#MerchDetail a:hover {
	text-decoration:none;
}
#MerchDetailLeft {
	float:left;
	width:50%;
}
#MerchDetailRight {
	float:right;
	width:50%;

}
.ManicsBackground {
  width: 600px;
  height: 375px;
  background: url(../images/manics2.jpg) no-repeat;
  padding-top:15px;
  /*border: 2px solid white;*/
}
h2 {
	color:black; 
}
.Body a {
	color:black;
	text-decoration:underline;
	font-size:1em;
}
.Body a:hover {
	text-decoration:none;
}
.Body {
  width: 500px;
  height: 320px;
  font-size:.8em;
  text-align:center;
  color:black;
  padding:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  overflow:auto;
  background-image:url(../images/body_bg.gif);
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;

}

.Body p {
	opacity:1.0;
	filter:alpha(opacity=100);
}
