/* CSS Document */
p {
	margin:5px 10px 5px 10px;
	text-align:justify;
}
#right #hands {
	position:relative;
	top:20px;
	left:2px;
}
#right h3 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align:justify;
	margin:25px 5px 0 5px;
}
#right #events {
	margin-top:10px;
	margin-left:0px;
	width:372px;
	height:160px;
	font-size:10px;	
	overflow:auto;
	border:1px solid #cccccc;
	background-image:url(../images/news.gif);
	background-position:70px 25px;;
	background-repeat:no-repeat;
}
#right #events table {
	width:345px;
	border-collapse:collapse;
	margin:0px 5px 5px 5px;
}
#right #events table tr .center_e {
	text-align:center;
	font-weight:bold;
	line-height:17px;
}
#right #events h2 {
	font-weight:bold;
	text-align:center;
	font-size:17px;
	color:#ffffff;
	background-color:#4f77d6;
	height:22px;	
	margin-bottom:0px;
}

