@import url("/styles/main.css");
@import url("/styles/video.css");

#articles {
	width: 703px;
	margin: 20px auto 15px;
}
#left-column {
	float: left;
	width: 353px;
}
#youtube {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#shaka .h2, #news .h2 {
	margin-top: 0px;
}
#hornbill {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#right-column {
	float: right;
	width: 275px;
}
#blog .h2, #forum .h2 {
	margin-top: 20px;
}
.news-list {
	clear: both;
	overflow: auto;
}
.news-list table {
	width: 100%;
	font-size: 11px;
	margin: 0px;
}
.news-list th, .news-list td {
	border: 1px solid #557;
	border-style: solid none;
}
.news-list th {
	text-align: left;
}
.news-list td {
	width: 80px;
	text-align: right;
}
#blog h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
}
