@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}

#container {
	overflow:hidden;
}
#rightside {
	left:4px;
	min-height:600px;
	height:auto !important;
	height:600px;
	
}
ul.news li {
    height:12px;
	min-height:12px !important;
	height:12px;
}
div.ie6_fix#rightside {
	overflow:hidden;
	min-height:650px;
	height:auto !important;
	height:650px;
}

