/* CSS Document */

#main .column #tabs {
	width: 228px;
	height: 32px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: url(../images/btnbox.jpg) no-repeat left top;
}
#main .column #tabs li{
	float: left;
}
#main .column #tabs li a {
	position: absolute;
	line-height: 32px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/btnbox.jpg) no-repeat left top;
	text-indent: -999px;
}
#main .column #tabs li a#tab_news {
	width: 76px;
	left: 0;
	background-position: left 0;
}
#main .column #tabs li a#tab_images {
	width: 76px;
	left: 76px;
	background-position: -76px 0;
}
#main .column #tabs li a#tab_videos {
	width: 76px;
	left: 152px;
	background-position: -152px 0;
}


#main .column .thumb{
	float: left;
	position: relative;
	width: 203px;
	height: 120px;
	border-bottom: solid 1px #000000;
	margin: 5px 30px 30px 0;
	color: #696969;
	text-decoration: none;
}
