
#container #about { 
	width: 983px;
	float: left; 
	margin-bottom: 10px;
}

#container #about #about_nav { 
	width: 163px;
	float: left; 
}

#container #about #about_nav .nav_item { 
	width: 163px;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px; 
}

#container #about #about_nav .nav_item a:link, 
#container #about #about_nav .nav_item a:visited { 
	text-decoration: none;
	color: #666;
	font-size: 12px;
}

#container #about #about_nav .nav_item a:hover { 
	text-decoration: underline;
	color: #666;
	font-size: 12px;
}


#container #about #about_nav .nav_item_sel { 
	width: 163px;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px; 
}


#container #about #about_nav .nav_item_sel a:link, 
#container #about #about_nav .nav_item_sel a:visited { 
	text-decoration: underline;
	color: #666;
	font-size: 12px;
}


#container #about #about_content { 
	width: 820px;
	float: right; 
}

#container #about #about_content #pic_top { 
	background: url("../images/about_top_bg.gif");
	background-repeat: no-repeat;
	width: 820px;
	height: 18px;
	float: left; 
}

#container #about #about_content #pic_bot { 
	background: url("../images/about_bot_bg.gif");
	background-repeat: no-repeat;
	width: 820px;
	height: 18px;
	float: left; 
}

#container #about #about_content #pic_main { 
	background: url("../images/about_bg.gif");
	width: 802px;
	padding-left: 18px;
	float: left; 
}

#container #about #about_content #copy { 
	width: 820px;
	float: left;
	margin-top: 20px;

}

#container #about #about_content #copy #title,
#container #about #about_content #copy h1 { 
	background-image: url(../images/site_header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 0px;
	margin: 0px;
	width: 820px;
	height: 33px;
	float: left;
	font-size: 28px;
	color: #242424;
	font-weight: normal;
}

#container #about #about_content #copy h2 { 
	padding-top: 0px;
	margin: 0px;
	width: 820px;
	height: 33px;
	float: left;
	font-size: 18px;
	color: #242424;
	font-weight: normal;
}



#container #about #about_content #copy #content { 
	width: 820px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #242424;
	margin-top: 10px;
}

#container #about #about_content #copy #content #school-content { 
	float: left;
	width: 400px;
}

#container #about #about_content #copy #content #school-map{ 
	float: right;
	width: 400px;
}






#container #about #about_content #copy #content .news_row { 
	width: 820px;
	float: left;
	margin-bottom: 15px;
}

#container #about #about_content #copy #content .news_row .date { 
	font-size: 13px;
	float: left;
	color: #666;
	width: 90px;
	text-align: right;
}

#container #about #about_content #copy #content .news_row .title { 
	font-size: 13px;
	float: left;
	margin-left: 15px;
}


#container #about #about_content #copy #content .news_row a:link,
#container #about #about_content #copy #content .news_row a:visited { 
	color: #242424;
	text-decoration: none;
}

#container #about #about_content #copy #content .news_row a:hover { 
	color: #666;
	text-decoration: underline;
}





