#leftcontent {
	float: left;
	width: 414px;
}

#rightcontent {
	width: 215px;
	float: right;
}

	#rightcontent #elink{
		width: 215px;
		height: 90px;
		text-align: center;
	}
	
	.box {
		width: 215px !important;
		margin: 0 0 10px 0 !important;
	}
	
		.box h3 {
			padding: 5px 5px 5px 15px;
			margin: 0;
			border-top: 5px solid #FFD600;
			background-color: #FFED84;
			font-size: 13px;
		}
		
		.box ul {
			padding: 0;
			margin: 5px 0 0 35px;
			font-size: 11px;
		}
		
		.box li {
			list-style-image: url(../images/arrow.gif);
			padding-bottom: 2px;
		}
		
		.box a {
			text-decoration: none;
			color: #000;
		}
		
		.box a:hover {
			text-decoration: underline;
			color:#996600;
		}
		
	#items {
		width: 215px;
		text-align: center;
	}
	
	#events {
	width: 207px;
	min-height: 160px;
	background-color: #fff;
	float: left;
}

	#events h3 {
		font-size: 13px;
	
		text-align: center;
		margin-top: 5px;
	}
	
	#events h3 a {
		text-decoration: underline;
	}
	
	#events ul {
		font-size: 11px;
		padding-left: 30px;
		margin: 0;
	}

	#events li {
		list-style-image: url(../images/arrow.gif);
		padding-bottom: 8px;
	}
	
	#events ul ul li {
		padding-bottom:0;
	}
	
	
	#events a {
		text-decoration: none;
		color: #000;
	}
	
	#events a:hover {
		text-decoration: underline;
		color:#996600;
	}
	
#news {
	width: 207px;
	min-height:160px;
	background-color: #e6e6e6;
	float: left;
}

	#news h3 {
		font-size: 13px;
		text-align: center;
		margin-top: 5px;
	}
	
	#news h3 a {
		text-decoration: underline;
	}
	
	#news ul {
		font-size: 11px;
		padding-left: 30px;
		margin: 0;
	}

	#news li {
		list-style-image: url(../images/arrow.gif);
		padding-bottom: 8px;
	}
	
	#news ul ul li {
		padding-bottom:0;
	}
	
	#news a {
		text-decoration: none;
		color: #000;
	}
	
	#news a:hover {
		text-decoration: underline;
		color:#996600;
	}

#elink {
padding-top:10px;
}
#slideshow {
	visibility:hidden;
	}

