div#footer_wrap	{position:fixed;} /*This keep the footer float at the bottom of the screen*/

				#breaking_news_wrap 	{width:900px;}
#news_events_wrap 	{width:900px; height:300px;}
#corner_video_wrap 	{width:900px;}
#links_wrap 			{width:900px; height:96px;}

#breaking_news_wrap 	{float:left; overflow:hidden;}
#news_events_wrap 	{float:left; overflow:hidden;}
#corner_video_wrap 	{float:left; overflow:hidden;}
#links_wrap 			{float:left; overflow:hidden;}

/*#breaking_news_wrap , #links_wrap, #news_events_wrap, #corner_video_wrap 	{float:left;}*/

/* start tab css */
div#i_containTab{  
    position:relative;  
    display:block;  
    width:900px;
}  
ul#navi_containTab{  
    list-style:none;  
    padding:0 0 0 10px;  
    margin:0;     
    width:100%;  
    /*background-color:#FCF;*/
}  
ul#navi_containTab li{  
    display:block;
	padding:0 0 0 2px;
    float:left;  
    height:26px;      
    width:129px;  
    /*border:0px solid #CCC; */ 
    line-height:25px;  
    cursor:pointer;  
    text-align:center;
	background:url(templates/img/bg_graytab.png) no-repeat;
	font-size:14px;
	color:#FFFFFF;
} 
 
ul#navi_containTab li:hover{
	background:url(templates/img/bg_graytab_hover.png) no-repeat;
} 
  
ul#detail_containTab{  
    list-style:none;  
    padding:0;  
    margin:0;     
    width:100%;   
}  

.detailContent1{    
    display:block;  
}  
.detailContent2{        
    display:none;  
}  
.detailContent3{     
    display:none;     
}  
  
div#i_containTab ul#navi_containTab li.links {background:none; cursor:default; float:right;}
