body {
	background-color:#cfcfcf;
	text-align:center;
	margin:0;
	padding:0;
}




#wrapper{
	background-image:url(../images/index/top_bg.jpg);
	margin:25px auto;
	text-align:left;
	position:relative;
	width:1000px;
	border-bottom:#a4a4a4 solid 1px;
	border-right:#a4a4a4 solid 1px;

}

#wrapper_img{
	margin:0 auto;
	width:814px;
	height:443px;
	background-image:url(../images/index/forie6_bg.jpg);
	position:relative;
	bottom:-90px;
}


#flash{
	position:absolute;
	right:25px;
	bottom:20px;
}

#forums{
	position:relative;
	left:50px;
	top:240px;
}

#forums ul{
	margin:0;
	padding:0;
}

#forums ul li{
    color:#999;
	padding:3px;

}

#forums ul li a{
	font-size:12px;
	color:#333333;
	text-decoration:none;

}

#forums ul li a:hover{
	font-size:12px;
	color:#006AB4;
	text-decoration:none;

}

#footer_red{
	background-image:url(../images/index/footer_bg_bottom.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:112px;
}


#footer_top_bg{
	background-image:url(../images/index/footer_img_top.jpg);
	background-position:center;
	background-repeat:no-repeat;

	width:100%;
	height:112px;
}

#footer_bg{
	background-image:url(../images/index/footer_img_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:112px;

}


#title{
	position:absolute;
	right:20px;
	top:-25px;
	text-align:center;
	vertical-align:middle;
	line-height:20px;
	color:#FFFFFF;
}


#title a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}



#title a:hover{
	text-decoration:none;
	color: #660000;
}




.people{
	display:inline-block;
	width:80px;
	height:24px;
	background-image:url(../images/index/nav_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.teacher{
	display:inline-block;
	width:80px;
	height:24px;
	background-image:url(../images/index/nav_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.student{
	display:inline-block;
	width:80px;
	height:24px;
	background-image:url(../images/index/nav_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}



#logo_text{
	background-image:url(../images/index/edu_logo.png);
	background-repeat:no-repeat;
	background-position:left;
	margin:0 auto;
	width:755px;
	height:84px;

}

#logo_text p{
	margin:0;
	padding-left:15px;
	color:#fff;
	font-size:13px;
	line-height:178%;
	text-align:center;

}


#logo_text p a{
	color:#fff;
	text-decoration:none;


}

#logo_text p a:hover{
	color:#006AB4;
	text-decoration:underline;


}