@charset "utf-8";
/* CSS Document */

a {
color: #cc0000;
}

#content {
	display: inline-block;
	width: 100%;
	height: inherit;
}
#content th {
	display: none;
	font-size: 0px;
}
#noRight {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	min-width: 960px;
}

	#site_logo {
		display: block;
		float: left;
		clear: right;
		padding-bottom: 10px;
	}
	#page_caption {
		display: block;
		float:left;
		clear: both;
		padding-top: 5px;
		padding-bottom: 15px;
	}
	#page_content {
		display: block;
		float: left;
		clear: both;
		padding-bottom: 10px;
	}

#noRight img{
	border: 0;
}
#newsGrid {
	margin: 0 auto !important;
	width: 100%;
	display: inline-block;
	clear: both;
}
.newsGridRow {
	display: inline-block;
	width: 100%;
	float: left;
}
.caption {
	float: left;
}
.caption_more {
	float: right;
	display: block;
	margin-right: 20px;
	font-size:9px;
}