
body {
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
h1 {
	font-size: 3em;
	margin: 20px 0;
}
.feed-container {
	width: 100%;
	margin: 0 auto;
}
ul.feedtabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background:#39688b;
	width:647px;
}
ul.feedtabs li {
	display:block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	
}
ul.feedtabs li a {
	text-decoration: none;
	color: #fff;
	display:block;
	font-size:13px;
	padding: 0;
	outline: none;
	text-transform:uppercase;
	clear:both;
	width:322px; text-align:center;
	
}

ul.feedtabs li a:hover {
	background:#2d7a3c;
}
html ul.feedtabs li.active, html ul.feedtabs li.active a:hover {
	background:#2d7a3c;
	
}
.tab_container {
	border:1px solid #ccc;
	border-top:none;
	clear: both;
	padding-bottom:0;
	float: left;
	width:99.9%;
	background: #fff;
	/*-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;*/
}
.tab_content {
	padding: 20px;
	font-size:12px;
	background:#fff;
	float:left;

}
