
div#schools {
	margin:  20px 0 20px;
	padding: 1px 0;
}
* html div#schools {
	display: inline-block;
}

div#schools div.first-column {
	float: left; 
	xwidth: 319px; 
	width: 239px;	
}

div#schools div.first-column div.content {
	xwidth: 279px;
	width: 199px;
	margin: 0 20px; 
	text-align: left;
}

div#schools div.second-column {
	float: left; 
	xwidth: 650px; 
	width: 490px;	
	padding: 0px; 
	display: table;
}
div#schools div.second-column div.content {
	xwidth: 610px;
	width: 450px;
	margin: 0 20px; 
	text-align: left;
}

div#schools div.third-column {
	float: left; 
	xwidth: 319px; 
	width: 239px;	
	padding: 0px; 
}
div#schools div.third-column div.content {
	xwidth: 279px;
	width: 199px;
	margin: 0 20px; 
	text-align: left;
}


div#schools h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 15px;
	padding: 0px;
}

div#schools div.second-column p {
	padding: 0;
	text-indent: 0;
	margin: 10px 0;
}

div#schools div.first-column p {
	margin: 10px 0;
	padding: 0;
	text-indent: 0;
}
div#schools div.third-column p {
	padding: 0;
	text-indent: 0;
}
div#schools .date {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
	font-style: italic;
}
div#schools .title {
	margin: 5px 0;
	padding: 0;
	text-indent: 0;
	font-weight: bold;
}

div#schools div.line {
	height: 1px; 
	width: 100%; 
	background-color: #E7E7E7; 
	font-size: 1px; 
	line-height: 0px;
	margin: 10px 0;
	clear: both;
}

div#schools div.container { height: 26px; }





