#container {
	width: 345px;
}

#content {
	width: 345px;
	margin: 0;
}

#main {
	background: none;
}

#featured {
	height: 350px;
	width: 560px;
	overflow: hidden;
	float: right;
	margin-right:14px;
}

#featured-container {
	overflow:hidden;
	float: right;
	width:590px;
}

#featured ul {
	width: 40000px;
	list-style: none;
	margin: 0;
}

#featured ul li {
	width: 560px;
	height: 350px;
	float: left;
}

#controls {
	right: 0px;
	padding-top: 100px;
	z-index: 10;
	display: block;
	height: 30px;
}

#controls a.left {
	position: absolute;
	margin: 0 0 0 0px;
}

#controls a.right {
	position: absolute;
	margin:0;
	right:0;
}

div.prev {
	background: url('images/prev.png');
	height: 30px;
	width: 30px;
	cursor: pointer;
	float: left;
	display: none;
}

div.next {
	background: url('images/next.png');
	height: 30px;
	width: 30px;
	cursor: pointer;
	float: right;
	display: none;
}

body.home .entry-title {
	width: 320px;
	font-size: 24px;
	line-height: 24px;
	margin: 00;
}

#charts_and_stats {
	display: none;
}

#news_and_events {
	overflow: hidden;
	width: 320px;
	margin: 0px 0 0 0;
	float: left;
}

#news_and_events .entry-title {
	width: 320px;
}

#news_and_events ul {
	list-style-image: url('images/bullet.gif');
	margin: 0 0 18px 1.5em;
}

#news_and_events li {
	border-top: 1px solid #031141;
	margin-top: -1px;
	padding-bottom: 15px;
}

#news_and_events p {
	margin-bottom: 0;
	color: #8c8c8c;
	font-weight: bold;
}

#news_and_events a:link {
	text-decoration: none;
}

#news_and_events .the_time {
	color: #8c8c8c;
	font-style: italic;
}

#news_and_events a.news_title {
	color: #031141;
	font-weight: bold;
}

#news_and_events a.news_archive {
	float: right;
	margin: -20px 0 0 0;
}

