@charset "utf-8";
/* CSS Document */
@import url("base.css");
#container {
	height:auto!important;

	
}

#container #container_left {
	width:247px;
	height:auto!important;
	min-height:600px;
	_height:600px;
	float:left;

}
#container #container_right
{
 width:710px; float:left;
 height:auto!important;
 min-height:600px;
 _height:600px;
 margin-left:10px;

}
.rightContent .content { border:none;}
#coursetable tr td{ border-right:1px solid #ccc; border-bottom:1px solid #ccc; padding:5px; }
#coursetable tr td p{ margin:0px; padding:0px;}
#coursetable tr .leftBorder{ border-left:1px solid #ccc;}
#Teachers{ height:auto; border-top:1px solid #ccc; border-bottom:1px solid #ccc; margin-top:10px; }
#Teachers .Teacher{ height:126px;}
#Teachers .Teacher .left{ height:126px; width:160px; float:left; margin-left:10px; text-align:center; }
#Teachers .Teacher .left img{ padding:3x; border:1px solid #ccc;}
#Teachers .Teacher .right{ height:126px; width:480px; float:left; margin-left:10px; font-size:13px; color:#3c3c3c;}

