/* ----- Structure and Layout ----- */

body {
	text-align:center;
	min-width:781px;  /*定义宽度*/
	max-width:781px;
	font-size:12px;
	color:#000000;
	line-height:22px;
	margin:0px;
	background-image:url(Image/bg.jpg)
	
	}
	
#jsmp  /*老师名篇*/
{
width:557px;
height:269px;
background-image:url(Image/index_r4_c6.jpg);
font-size:12px;
line-height:22px;
color:#000000;
 text-align:left; /*文字左对齐*/
overflow:hidden;
}

#jxgl  /*教学管理*/
{
width:712px;
height:221px;
background-image:url(Image/index_r18_c3.jpg);
font-size:12px;
line-height:22px;
color:#000000;
overflow:hidden;
 text-align:left; /*文字左对齐*/
}


#xjsj/*先进事迹*/
{
width:712px;
height:193px;
background-image:url(Image/index_r23_c3.jpg);
font-size:12px;
line-height:22px;
color:#000000;
overflow:hidden;
 text-align:left; /*文字左对齐*/

}

#ktcg/*课题成果*/
{
width:712px;
height:182px;
background-image:url(Image/index_r25_c3.jpg);
font-size:12px;
line-height:22px;
color:#000000;
overflow:hidden;
 text-align:left; /*文字左对齐*/

}


#jyxx/*教研信息*/
{
width:712px;
height:221px;
background-image:url(Image/index_r27_c3.jpg);
font-size:12px;
line-height:22px;
color:#000000;
overflow:hidden;
 text-align:left; /*文字左对齐*/

}


#jshj  /*教师获奖*/
{
width:751px;
height:204px;
background-image:url(Image/index_r21_c2.jpg);
font-size:12px;
line-height:22px;
color:#000000;
overflow:hidden;
 text-align:left; /*文字左对齐*/
}
div{

word-wrap:break-word;
}

/* 定义连接色彩*/
	
a:link {
	text-decoration:  none;	color:#000000;

}
a:visited {
	text-decoration: none;		color:#000000;

}
a:hover {
	text-decoration: none;		color:#000000;
		font-weight: bold;	
}
a:active {
	text-decoration: none;		color:#000000;
}

/*第二个不同连接的色彩*/
a.other:link{
	text-decoration:#000000;
	text-decoration: none; 
/*后面加义定义其他内容用法为如:<a href="http://www.phpx.com" class="other">HPX</a>*/
}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100;
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}


