#Main {
	margin-top: 0;
}
#Content {
	width: 715px;
	background: url('../images/home/feature-bg.jpg') no-repeat 0 0;
	margin: 0 0 0 10px;
}
#Feature {
	height: 250px;
	margin: 0 0 20px 0;
	position: relative;
}
#Feature .slide {
	width: 178px;
	height: 58px;
	padding: 8px 5px 8px 80px;
	color: #093459;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	overflow: hidden;
	font-size: 11px;
}
#Feature .slide .familyName {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}
#Feature .slide .familyName span {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}
#Feature .slide .className {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#Feature #Slide1 {
	top: 75px;
	left: 433px;
	background: url('../images/home/feature/slide1.jpg');
}
#Feature #Slide2 {
	top: 148px;
	left: 48px;
	background: url('../images/home/feature/slide2.jpg');
}
#Feature #Slide3 {
	top: 50px;
	left: 199px;
	background: url('../images/home/feature/slide3.jpg');
}
#Feature #Slide4 {
	top: 135px;
	left: 296px;
	background: url('../images/home/feature/slide4.jpg');
}
#Feature #Slide5 {
	top: 153px;
	left: 225px;
	background: url('../images/home/feature/slide5.jpg');
}
#Feature #Slide6 {
	top: 38px;
	left: 340px;
	background: url('../images/home/feature/slide6.jpg');
}
#Feature #Slide7 {
	top: 10px;
	left: 140px;
	background: url('../images/home/feature/slide7.jpg');
}
#Column1 {
	float: left;
	width: 400px;
	margin: 0 0 0 20px;
}
*html #Column1 {
	margin-left: 10px;
}
#Column2 {
	float: right;
	width: 240px;
	margin: 0 20px 0 0;
}
*html #Column2 {
	margin-right: 10px;
}
#Content #NewsTickerContainer {
	width: 400px;
	height: 14px;
	padding: 6px 5px;
	background: #b0be36;
	overflow: hidden;
	border: 1px solid #093459;
}
#Content #NewsTicker {
	list-style: none;
	margin: 0;
	width: 4000px;
}
#Content #NewsTicker li {
	float: left;
	height: 14px;
	margin: 0 15px 0 0;
}
#NewsTicker a {
	font-weight: normal;
	color: #093459;
	text-decoration: none;
}
#NewsTicker a:hover {
	text-decoration: underline;
}
#NewsTicker .date {
	font-weight: bold;
}
#NewsTickerStart,
#NewsTickerEnd {
	padding-left: 380px;
}
#Content #NewsList {
	list-style: none;
	margin: 0;
	line-height: 14px;
}
#Content #NewsList li {
	margin: 0 0 8px 0;
}
#NewsList .date {
	font-weight: bold;
	color: #093459;
}
#NewsList a {
	font-weight: bold;
	color: #093459;
	text-transform: uppercase;
	text-align: right;
	display: block;
	text-decoration: none;
}
#NewsList a:hover {
	text-decoration: underline;
}
.donate {
	display: block;
	width: 187px;
	height: 33px;
	margin: 10px 0 5px 25px;
	background: url('../images/left/donate.png') no-repeat 0 0;
}
.donate span {
	display: none;
}
