/* CSS Document */

	
/* ------------------ HEADER ------------------ */

#headerimg{
	background:url(/images/headerimg.jpg) #aa6621 no-repeat center;
	height:45px;
	width:631px;
	padding:170px 10px 25px 260px;
	float:left;
	color:#243e90;
	font-weight:bold;
}

#headerbgimg{
	background:url(/images/headerbgimg.jpg) #aa6621 no-repeat center;
	height:45px;
	width:631px;
	padding:170px 10px 25px 260px;
	float:left;
	color:#243e90;
	font-weight:bold;
}

/* ------------------ HOME CONTENT ------------------ */

#contenthome{
	width:679px;
	float:left;
	padding:0 0 0 10px;
}

#homeinside{
	width:469px;
	float:left;
	padding:0 10px;
}
div.home_box {
    width:469px;
	float:left;
	padding: 0 0;
	margin-bottom: 10px;
}

/* ------------------ ALF CONTENT ------------------ */
#alfcontainer{
	padding-right:10px;
}

#alf{
	background:#f9dce2;
	padding:10px 5px;
	width:190px;
	border:#980c33 1px solid;
	float:left;
	margin-bottom:10px;
	}

.alfisi {
	background:url(/images/logoalf.jpg) no-repeat top #f9dce2;
	padding:95px 5px 5px 5px;
	color:#980c33;
	float:left;
	text-align:justify;
	}


/* ------------------ Announce ------------------ */

#announce{
	background:#09ddbd;
	width:887px;
	border:#980c33 1px solid;
	float:left;
	margin-bottom:10px;
	}

.announceisi {
	background:url(/images/university/announce.jpg) no-repeat left #09ddbd;
	padding:10px 10px 10px 210px;
	color:#05342d;
	float:left;
	text-align:justify;
	}


/* ------------------ WHAT'S NEW CONTENT ------------------ */
#whatnew{
	width:460px;
	float:left;
	padding:10px 10px 10px 0;
}

.whatnewtitle{
	font-size:16px;
	font-weight:bold;
	color:#243e90;
	line-height:35px;
}

.whatnewcontent{
	width:440px;
	height:110px;
	float:left;
	padding-left:15px;
	margin-bottom: 10px;
}

.whatnewimg{
	width:90px;
	height:90px;
	float:left;
	border:1px solid #996632;
	margin-bottom: 20px;
}

.whatnewmore{
	float:left;
	background: #996632;
	padding:2px 5px;
}

.whatnewmore a{
	color:#ffffff;
	text-decoration:none;
}


/* ------------------ KIDS CONTENT ------------------ */
#kids{
	width:430px;
	float:left;
	background:url(/images/logokids.jpg) top left no-repeat #23479d;
	padding:10px;
	color:#f5f0ae;
	margin-bottom:10px;
	margin-left:15px;
}

#kidsdesc{
	padding:10px 10px 5px 180px;
}

#kidsdesc a{
	color:#f5f0ae;
	text-decoration:none;
}


#kidsupdate{
	padding:10px 0;
}

#kidsupdatetitle{
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
}

#kidsupdatecontent{
	width:420px;
	margin-right:15px;
	float:left;
}

#kidsupdatecontent a{
	color:#d92226;
	text-decoration:none;
}


