@import url("global.css");
#Home{
}
.ContentMainTop{
background:url(../images/HomeContentMainTop.jpg);
height:15px;
float:left;
overflow:hidden;
width:780px;
}
.ContentMain {
background:url(../images/HomeContentBG.jpg);
display:table;
float:left;
overflow:hidden;
width:770px; /*780*/
padding:10px 0 0 10px;
}
	.Education{
	float:left;
	width:230px;
	}
	.Different{
	float:left;
	margin-left:35px;
	width:230px;
	}
	.Schools{
	float:left;
	margin-left:40px;
	width:218px;
	}
	.Footer{
	background:url(../images/Footer.jpg) no-repeat #380A0C;
	height:256px; /*181*/
	width:780px;
	float:left;
	}		
/*---FONT STYLES---*/
.Different a{
	color:white;
	font-weight:bold;
	}
	.Different a:hover{
	color:tan;
	font-weight:bold;
	}
	.Education a{
	color:black;
	font-weight:bold;
	}
	.Education a:hover{
	color:#8C412E;
	font-weight:bold;
	}
	.Schools a{
	color:black;
	font-weight:bold;
	}
	.Schools a:hover{
	color:#8C412E;
	font-weight:bold;
	}