#index_container {
	height: auto;
	padding-bottom: 15px;
}
#left_content {
	/*height: 525px;*/
	overflow: hidden;
}
#right_content {
	float: right;
	width: 200px;
	overflow: hidden;
	margin-right: 10px;
}
#right_content hr {
	margin-left: 30px;
}
#right_content a {
	color: #FF7700;
}
#news_section {
	margin-left: 30px;
}
#news_ul {
	list-style: none;
	margin-bottom: -15px;
}
#news_ul li:before {
	content: '♬'; 
	width: 14px; 
	height: 14px; 
	padding: 3px; 
	line-height: 1.5em; 
	margin: 0px; 
	position: relative; 
	left: -14px; 
	color: #FF7700; 
	font-size: 1em;
}
#news_logo {
	width: 150px;
	height: auto;
	margin-bottom: 25px;
	padding: 5px;
	background-color: #FF7700;
}
.info_footer {
}
.info_footer p {
	float: left;
	display: inline;
	width: 185px;
	margin-bottom: 10px;
}
#register_link {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: x-large;
}
#register_link a {
	text-decoration: none;
	color: #FF7700;
}
h1 {
	margin: 0 auto 25px 20px;
	color: #FF7700;
	font-family: 'DaysRegular';
	font-style: italic;
}
h3 {
	text-align: center;
	font-family: 'DaysRegular';
	color: #FF7700;
	margin-left: 20px;
}
#headlines {
	width: 225px;
}
#headlines article {
	margin: 0 0 20px 20px;
	
}
#headlines article footer a {
	cursor: pointer;
}
#hr_img {
	width: auto;
}
.news_aside {
	width: auto;
	margin: 8px;
}
.news_aside img {
}
figcaption.news_caption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
}