#content_wrapper {
		position:relative;
		top:0px;
		margin:auto;
		z-index: 2;
		/* height: 700px; */
		height: 100%;
		width: 980px;
		background:#ffffff;
		color: #000000;

		padding:0px 0px 0px 0px; 
    		-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    		-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    		box-shadow: 0px 1px 5px 0px #4a4a4a;

		/*
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')"; 
		 For IE 5.5 - 7  
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000'); 
		*/
	}

br.clear {
	clear: both;
	}

.cal_topic {
  display: inline-block;
  line-height:150%;
  width:180px;
  background: #FFC;
  color: #000;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  text-align:center;
  text-decoration: none;
  border:1px solid silver;  
}

.cal_topic a {
  font-size: 18px;
}

.btn {
}

.btn a  {
  display: inline-block;
  width:160px;
  background: #8c42d6;
  background-image: -webkit-linear-gradient(top, #8c42d6, #b15eff);
  background-image: -moz-linear-gradient(top, #8c42d6, #b15eff);
  background-image: -ms-linear-gradient(top, #8c42d6, #b15eff);
  background-image: -o-linear-gradient(top, #8c42d6, #b15eff);
  background-image: linear-gradient(to bottom, #8c42d6, #b15eff);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-align:center;
  text-decoration: none;
  border:1px solid silver;	
}

.btn a:link  {
 	  text-decoration: none;
	  font-size: 20px;
}

.active a:link {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;	
	  color: #FF0;
	  font-weight:500;
 text-decoration: none;
}

.btn a:hover {
	  color: #ffffff;
  background: #fc9f3c;
  background-image: -webkit-linear-gradient(top, #fc9f3c, #db9f6b);
  background-image: -moz-linear-gradient(top, #fc9f3c, #db9f6b);
  background-image: -ms-linear-gradient(top, #fc9f3c, #db9f6b);
  background-image: -o-linear-gradient(top, #fc9f3c, #db9f6b);
  background-image: linear-gradient(to bottom, #fc9f3c, #db9f6b);
  text-decoration: none;
}

p.separate_top {
	position:inherit;
	color:#562082;
	font-weight:bold;
	margin:0px auto 10px;
	padding:5px;
	text-align:center;
	font-size:16px;	
	width:600px;
	background:#F96;
	border:1px solid silver;	
	}
p.separate {
	position:inherit;
	color:#562082;
	font-weight:bold;
	margin:10px auto 10px;
	padding:5px;
	text-align:center;
	font-size:16px;	
	width:600px;
	background:#F96;
	border:1px solid silver;	
	}
br.clear {
    clear: both;
		
	}
span.clear {
    clear: both;
	margin:10px;
	height:10px;
	line-height:0px;
}
.banner_thum
{
		float:right;
}

.event_tap {
	position:inherit;
	color:#562082;
	font-weight:bold;
	margin:0px auto 10px;
	padding:5px;
	text-align:center;
	font-size:16px;	
	background:#F96;
	border:1px solid silver;		
	}

.cal { 
	width:200px;
	margin: 2px;
	/*margin:0;
	padding:0; */
	position:relative;
	float:left;
}

.event_name
{ 
	position:relative;
	margin:0;
	line-height: 130%;
	padding:0px;
	color:#562082;
	font-size:18px;
	border:0px solid silver;	
}
.date
{
	font-size:14px;
	color:#4b4b4b;
	font-weight:normal;
	text-align:left;
	padding:0px;
}
a:link {
color:#562082;
	font-weight:normal;
text-decoration: none;	
	}

a:hover {
    color: #f26b43;
text-decoration: underline;	
}


.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 260px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 2px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

