
body {
	margin: 10px;
	padding: 0;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#page {
	width: 635px;
	height: 320px;
	overflow: hidden;
	background-color: black;
}

.newsItem {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.newsItem3 {
	float: left;
	margin-right: 0px;
	margin-bottom: 5px;
}

.onepane {
	width: 615px;	/* 620 */
	height: 300px;	/* 320 */
	background-color: black;
	position: relative;
	padding: 10px;
}

.threepane {
	float: left;
	width: 201px; /* 205 */
	height: 340px;
	background-color: black;
	padding-top: 7px;
	margin-right: 15px;
	overflow: hidden;
}

.scrollbar_handle {  
	width: 10px;  
	background-color: #602b55;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	opacity: 0.9;  
	-moz-opacity: 0.9;  
}

img {
	border: 0;
}

.flowText {
	font-size: 10px;
	line-height: 16px;
}