﻿

body
{
	font-size: 12px;
	color: #7B7D72;
	background-color: #FFFFFF;
	text-decoration: none;
}


#div_header /*控制MasterPage.master文件的div_header层*/
{
 width:960px; 
 border: 1px solid #D9D9D4;   
 height: 100px;
	}

#table_div_navigator
{
	font-size: 14px;
	color: #7B7D72;
	height: 25px;
	text-decoration: none;
}
		
	#div_navigator
{
	width: 960px;
	border: 1px solid #D9D9D4;
	margin-top: 10px;
	height: auto;
	
	margin-bottom: 0px;
	background-image: url('../Images/menu_bg.gif');
}

#div_footer
{
	width: 960px;
	height: 60px;
	color: #7B7D72;
	border: 1px solid #D9D9D4;
	background-color: #F9F9F9; /* margin-bottom: 0px;*/
	margin-top: 10px;
	padding-top: 10px;
	top: auto;
}	
	#div_center_left /*控制MasterPage.master文件div_center_left层 */
{
	width: 230px;
	margin-left: 0px;
	float: left;
	/*border: 1px solid #FF00FF;*/
	height: auto;
	left: 0px;
}  
		    
#div_center_left_login  /*控制MasterPage.master文件div_center_left_login层 */
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #D9D9D4;
}     
.link_style /*控制导航文字链接的格式*/
{ 
	FONT-SIZE: 14px;
	
	LINE-HEIGHT: normal;
	FONT-STYLE: normal; 
	
    font-variant : normal; 
    text-decoration: none; 
    
}
  a 
    {
    	
	color: #7B7D72;
	text-decoration:none;
    	}
    

a:hover /*鼠标悬停在链接上 */
{
	
	color: #CC6600;
	text-decoration: underline;
	cursor: hand;
	
}



