/* CSS Fro the Footer */

/*  ------  Footer ------ */
#footer {
	padding-left:15px;
	padding-right:15px;
	margin-left:220px;
	width:700px;
	height:auto;
	*width:auto; /*IE Hack code*/
	*height:auto; /*IE Hack code*/
	color:#000;
	font-size:11px;
	
	}

#back_to_top{
	height:25px;
	margin:0 2px 2px 2px;
	text-align:right;
	padding-right:50px;
	background:url(../images/back-to-top-bk.jpg);
	background-position:right;
	background-repeat:no-repeat;

}
#back_to_top img{
	border:none;
	margin-top:5px;
}
#back_to_top img:hover{

}

#back_to_top a:hover{
	color:#333333;
}

#footer_columns{
	width:710px;
	height:200px;
	

}
#footer_column1{
	float:left;
	width:200px;
	height:45px;
}
#footer_column2{
	float:left;
	width:210px;
	height:45px;
	
}
#footer_column3{
	width:210px;
	height:50px;
	float:left;
}

.bottom_logos{
	
}
.school-logo{
	width:150px;
	height:150px;
	float:left;
}


.bottom_logos img{
	width:80px;
	border:none;
}

#logo_space{
	margin-left:60px;
}

/* confucius Green text on the Left side bar */
.confucius{
	color:#006B33;
	font-weight:bold;
	font-size:11px;
}
.confucius a{
	color:#006B33;
	text-decoration:none
}	
