div#newsb
{
margin-top: 1px;
width: 408px;
height: 690px;
text-transform: none;
position:relative;
overflow:hidden;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

#menu
{
width: 124px;
float: right;
}

.twit {
width: 304px;
height: 146px;
margin: 0 0 5px 6px;
padding-bottom: 3px;
border-bottom: 1px solid #333;
float: left;
overflow: hidden;
}
	
/* NEWS BOX */

#news
{
width: 424px;
height: 696px;
text-transform: none;
}


#newsbox_top
{
width: 424px;
float: left;
padding: 6px 0 3px 0;
}

.newsbox_hdr
{
float: left;
width: 224px;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	color: #CF0;
	line-height: 15px;
}

.news_img
{
width: 50px;
margin: 0 8px 0 0;
float: left;
}

.news_img img
{
border: 2px solid #222;
}

.news_txt
{
width: 320px;
line-height: 12px;
color: #CCC;
float: left;
text-transform: uppercase;
}

.smallnice{
	font: normal 8px/10px geneva, verdana, arial, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
}






