.schoolcontent {
	position: absolute;
	left:355px;
	top:75px;
	width:50%;
}
.schoollist{
	position: absolute;
	left:178px;
	top:140px;
	width:55%;
}
.column1{
	position:relative;
	left:0px;
	top:0px;
	width:100px;
}
.column2{
	position: relative;
	left:110px;
	top:0px;
	width:100px;
}
.category{ 
	background-color:#FFFF00;
	padding:5px 5px 5px 5px;
	border:1px solid #000000;
	width:500px;
	font-weight: bold; 
}
.school{
	border:solid 1px black;
	padding:7px;
	background-color:#FFFFCC;
}
.schooltitle{
	margin:0px 0px 5px 0px;
	color:#000000;
}