#home {
	background: #fff url(/images/hero.jpg) top left no-repeat;
	padding: 240px 0 0 0;
}

#home ul {
	list-style: disc;
}

#home #home-main {
	float: left;
	width: 740px;
	display: inline; /* IE6 */
	min-height: 512px;
}

#home #home-main h1 {
	margin-top: 0;
}

#home #home-main h1 span{
	display: none;
}

#home #home-content {
	margin: 0 24px;
	line-height: 140%;
}

#home #home-content h2 {
	color: #123668;
}

#home #home-content p {
	color: #000;
}

#content ul#home-links {
	list-style: none;
	margin: 16px auto;
	width: 648px;
	height: 128px;
	padding: 0; 
	display: block;
 }

#content ul#home-links li {
	display: inline;
	float: left;
	width: 200px;
	height: 128px;
	margin: 0 8px;
	padding: 0;
}

#content ul#home-links li#home-links-program {
	background: #fff url(/images/program.jpg) top left no-repeat; 
}

#content ul#home-links li#home-links-parent {
	background: #fff url(/images/parent.jpg) top left no-repeat;
}

#content ul#home-links li#home-links-fees {
	background: #fff url(/images/fee.jpg) top left no-repeat;	
}

#content ul#home-links li a {
	display: block;
	width: 200px;
	height: 128px;
}



#home #home-sidebar {
	padding: 0 0 0 17px;
	float: right;
	width: 203px;
	display: inline; /* IE6 */
	background: #002e8b;
}
