/* CSS Document */
* {
	margin:0;
	padding:0
}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) top left repeat-x;
	width:100%;
	color:#333;
}
h2 {
	font-size:13px;
	color:red;
	margin-bottom:10px
}
a:link, a:visited {
	color:#333;
	text-decoration:none
}
a:hover {
	color:#333;
	text-decoration:none
}
div#container {
	margin:0 auto;
	width:848px;
}
div#header {
	margin:0 auto
}
div#menu {
	background:url(../images/menu_bg.jpg) top left repeat-x;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	width:100%;
	height:29px;
}
div#menu img {
	float:right;
	margin:0;
	padding: 5px 10px 4px 0;
}
div#wrapper {
	background:#fff;
	width:100%;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
/*-----nav------*/
div#nav {
	width:196px;
	float:left;
	height:700px;
}
div#nav #movie {
	background:url(../images/movie.jpg) no-repeat;
	height:200px;
	clear:right;
	margin:0 auto;
	margin-top:8px;
}
div#nav #job {
	height:222px;
	clear:right;
	margin:0 auto;
	margin-top:20px;
	background:url(../images/job_bg.jpg) 5px 0px no-repeat;
	color:#000;
}
div#nav #job #text {
	margin:45px 10px 0 20px;
	line-height:130%;
	text-indent:2em;
}
div#nav #teacher {
	width:167px;
	height:207px;
	margin:0 auto;
	margin-top:35px;
	background:url(../images/teacher_bg.jpg) no-repeat
}
/*------content---------*/
div#content {
	float:left;
	width:652px;
	height:auto;
}
div#content222 {
	float:left;
	width:652px;
}
div#content #course1, div#content #course2, div#content #course3 {
	float:left;
	height:144px;
}
div#content #course1 {
	width:215px;
	background:url(../images/course1.jpg) top left no-repeat
}
div#content #course2 {
	width:212px;
	background:url(../images/course2.jpg) top left no-repeat
}
div#content #course3 {
	width:222px;
	background:url(../images/course3.jpg) top left no-repeat
}
div#content #news {
	margin-top:10px;
	clear:both;
}
div#content #banner_center {
}
div#content #student {
}
div#content #works {
	margin-top:55px;
	clear:both;
}
div#content #works #works_img {
}
div#content #course1 #text, div#content #course2 #text {
	width:135px;
	height:100px;
	margin:45px 0 0 15px
}
div#content #course3 #text {
	width:140px;
	height:100px;
	margin:45px 0 0 15px
}
/*footer*/
div#footer {
	width:850px;
	height:110px;
	background:#e6e6e6;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
div#footer #counter {
	padding-top:10px;
	padding-left:55px;
	text-align:center;
	float:left;
	color:#000
}
div#footer #copyright {
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 10px;
}
