@charset "utf-8";

/***------------
lecturer content
------------***/
#LECTURER  {
width: 780px;
clear: both;
}
#LECTURER .recturer {
width: 780px;
margin: 0px 0px 20px 0px;
border-bottom: 1px dotted #CCCCCC;
float: left;
}
#LECTURER .recturer img{
padding:2px;
border:1px solid #B3CACE;
}


#LECTURER .left {
width: 240px;
float: left;
}
#LECTURER .right {
width: 520px;
float: right;
}
#LECTURER .txt1 {
color: #333333;
font-weight: bold;
margin: 0px 0px 10px 0px;
}
#LECTURER .txt2 {
color: #333333;
margin: 0px 0px 10px 0px;
}
#LECTURER .txt3 {
background: #FFFEDB;
padding: 7px;
margin: 0px 0px 20px 0px;
}



