body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.course-bg {
  background: rgb(203,204,208) url("img_course_bg.jpg") no-repeat;
  height: auto;
}
.content>.gap {
  height:60px;
}
.left-nav {
  margin-left:40px;
}
.left-nav>.gap {
  height:100px;
}
.left-nav>ul>li {
  margin-bottom: 20px;
}
.right-content {
  width: 850px;
  position: relative;
  top: -20px;
  margin-right:40px;
  padding: 25px;
  background-color: rgba(255,255,255,0.6);
}
.news-section-div {
  margin-bottom: 40px;
}
.news-section-div img {
  width: 210px;
  height: 210px;
}
.news-section-div div.fr {
  width: 620px;
}
.right-content h3 {
  color: rgb(97,137,172);
  margin-top: 20px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.index_course_title {
	font-size: 22px;
	font-weight: bold;
	color: rgb(97,137,172);
}
.index_course_content_txt {
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	line-height: 24px;
}
