#visitorCounter {
	text-align: center;
	font: bold 20px monospace;
}

#visitorCounterInfo {
	text-align: center;
	font-size: 10px;
	padding-bottom: 5px;
}

#top_banners {
	/*min-height: 400px;*/
	float: right;
	width: 150px;
	margin: 0 0 0 10px;
	background-color: black;
	color: #bababa;
}

#top_banners h1 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	/*border: #aa0000 2px outset;
	background-color: #aa0000;*/
	background: white url(/images/glossyback.gif) repeat-x center left;
	height: auto;
	color: white;
}

#top_banners hr {
	border-width: 3px;
	display: none;
}

#top_banners .banner_item {
	padding-bottom: 5px;
	border-bottom: 1px #bababa inset;
}

#top_banners .more {
  text-align: center;
  padding-bottom: 5px;
}

#top_banners .more a {
  color: inherit;
  text-decoration: none;
}

#top_banners .more a:hover {
  color: white;
  text-decoration: underline;
}

/** NEWS CSS **/

#news_items {
	float: left;
	width: 630px;
}

.news_item {
	border: 2px silver outset;
	background-color: silver;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#news_items h1 {
  font-size: 124%;
}

.news_date {
	float: right;
	font-size: 10px;
	margin-left: 10px;
}

.news_more_link {
	font-size: 10px;
	clear: right;
}

.news_image {
	float: right;
	padding: 0 0 10px 10px;
}

