@charset "utf-8";
body  {
	font: 13px  calibri,Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	
}
#left_tb a { color:#FFFFFF; text-decoration:none} 
#smallunderline  a { color:#FFFFFF; text-decoration:none; font-weight:bold;} 

.twoColFixLtHdr #container { 
	width: 770px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
} 
.twoColFixLtHdr #header {
float:left;
background:url(enimages/logo.gif) no-repeat center left;
color:#666;
width: 740px;
height:77px; 
	padding: 0px 10px 0 20px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
} 
.twoColFixLtHdr #header li {


padding-right:5px;
padding-top:50px;
color:#3366CC;
float:right;
list-style-type:none;
text-decoration:none;


}
.twoColFixLtHdr #header li a{
text-decoration:none;


}
.twoColFixLtHdr #sidebar1  #building{
float:left;
margin-top:0px;
margin-left:0px;
}
.twoColFixLtHdr #sidebar1 {
background: #3d7dba; 

height:440px;;
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 158px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	/* 将显示背景色，其宽度等于栏中内容的长度，*/
	
}
.twoColFixLtHdr #show_left {

float:left;
background: #3d7dba; 
list-style:none;



}
.twoColFixLtHdr #smallunderline {
width:158px;
float:left;
background: #3d7dba; 
list-style:none;



	
}

.twoColFixLtHdr  #smallunderline li{
margin:0px;

list-style-type:none;


	
}
 .underline{
height:2px;
 background:url(enimages/smallsunderline.gif);
 }

.twoColFixLtHdr #show_content {
float:left; 

background: #3d7dba;

} 
.twoColFixLtHdr #mainContent {
float:right;
width: 610px;


} 
.twoColFixLtHdr #mainContent  #images{
float:left; 
height:221px;
} 
.twoColFixLtHdr #mainContent #underline1{
width:610px;
float:left;
height:10px;
background:url(enimages/smallsunderline.gif) repeat-x; 

} 
.twoColFixLtHdr #mainContent #spotlight{
text-decoration:none;
float:left;
width:364px;
height:32px;

background:url(enimages/spotlight.gif) no-repeat; 

} 

.twoColFixLtHdr #mainContent #spotlight a{

text-decoration:none;
color:#666;
font-weight:normal;

}
.twoColFixLtHdr #mainContent #spotlightnew{

float:left;

}
.twoColFixLtHdr #mainContent #photo{
float:left;
width:234px;
height:212px;


background:url(enimages/news.jpg); 

} 
.twoColFixLtHdr #footer {
height:60px;
	background:url(enimages/foot.gif) repeat-x;
	text-align:center;
	
} 

.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr  #show_images {
border-top : 1px solid silver;
padding:2px 0;
float:left;		
}
.twoColFixLtHdr  #show_content {
float:left;

}
.twoColFixLtHdr  #show_content_1 {
float:left;
color: #666666;
background-color:#FFFFFF;
}
