/* CSS Document */
/* CSS Document */
/*		body {
		font-family: verdana, arial, helvetica;
		padding: 0;
	} */
	
	#thenews2 {
		border-left: solid #970000 1px;
		/* border-right: solid #970000 1px; */
		border-top: 0px;
		border-bottom: 0;
		border-right: 0;
		background: #970000;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 256px;
		left: 321px;
		width: 240px;
		height: 265px;
		z-index: 3;
	}
	
	#news-title-navigation2{
		margin: 0;
		padding: 4px 0px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 8pt;
		text-align: center;
   		position: absolute;
   		left: 0px;
   		width: 240px;
   		height: 25px;
   		top: 0px;
   		z-index: 4;
	}
	
	#news_show2 {
		border: 0px;
		margin: 0;
		background: #FFFFFF;
		padding: 0;
		position: absolute;
		top: 25px;
		left: 0px;
		width: 240px;
		height: 131px;
		z-index: 4;
	}
	
	#news_div_pic2 {
		/* border: solid blue 1px; */
		margin: 0;
		padding: 0;
		background: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100px;
		height: 131px;
		z-index: 5;
	}
	
	#news_div_text2 {
		/* border-left: solid black 1px; */
		border-right: solid #970000 1px; 
		border-top: 0; 
		margin: 0;
		text-align:left;
		/* border: solid #000000 1px; */
		background: #FFFFFF;
		/* text-align: center; */
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 0px;
		left: 101px;
		width: 138px;
		height: 131px;
		z-index: 5;
	}
	
	#news_text2 {
		padding-right: 1px;
		margin: 1px 0 1px 0px;
		text-align: left;
		position: absolute;
		left: 4px;
		top: 0px;
		font-size: 11px;
	}
	
	#news-bottom2 {
		background: #970000;
		position: absolute;
		margin: 0;
		border: 0;
		padding: 2px 0 0 0;
		top: 157px;
		left: 0;
		height: 109px;
		width: 240px;
		z-index: 4;
	}
	
	#news-bottom2 ul {
		list-style: disc inside;
		margin-left: 1em;
		padding-left: 1em;
		text-indent: -1.5em;
	}
	
	