@charset "utf-8";
/* CSS Document */

 
 #epage{
 position:relative;
 width: 850px;
 height: 475px;
 background:url(../images/common/event.png) no-repeat;
}

  #etext{
  padding: 5px 5px 5px 5px;
  margin-left: 65px;
  width: 750px;
  height:450px;
    overflow-y:auto;
  overflow-x:hidden;
  background-image: url(../images/common/white.png);
  }

#table{
	width: 300px;
}
  
  .intro{
  	font-size: 11px;
	color:#000000;
	font-weight: bold;
	width:450px;
  }
  
  .pic, class.descrption{
  	float: left;
	margin-left: 0px;
  }
 .events{
 	padding: 5px 5px 5px 5px;
 	height: auto;
  }
  
  .pic{
  	width: 225px;
	height:inherit;
  }
  
  .description{
  	width: 500px;
	height:inherit;
	margin-left:225px;
  }
  
  /* fonts setting */
  
  .eventname a{
  	font-size: 18px;
	font-weight:bolder;
	color: #660000;
  }
  
  .eventname a:hover{
  	text-decoration:underline;
  }
  
  .eventdate{
  	font-weight: bold;
	font-size:16px;
	color:#000000;
  }
  
  .eventdescription{
  	color: #333333;  
  }
  
  .performer{
  font-weight:bold;
  }
  
  .performer a:hover{
  	text-decoration:underline;
  }
  
  #pform{
  text-align:center;
  }
  
