/* CSS Document */
#anim {
	height:463px;
}

#alt-link {
	height:428px;
	padding:35px 0 0 5px;
}

.ed, .mm, .am {
	float:left;
	font-size:12px;
	color:#666;
}

.ed {
	padding:148px 0 0 46px;
	width:213px;
	height:240px;
	background:url(../images/home/ed_bg.jpg) top left no-repeat;
}

.mm {
	padding:148px 0 0 47px;
	width:212px;
	height:240px;
	background:url(../images/home/mm_bg.jpg) top left no-repeat;
}

.am {
	padding:148px 0 0 48px;
	width:196px;
	height:240px;
	background:url(../images/home/am_bg.jpg) top left no-repeat;
	
}

.linkthru-head p, .linkthru-content p, .linkthru-link p {
	margin:0;
	padding:0;
}

.linkthru-content p {
	border-top:1px dotted #ccc;
	padding:5px 0 0 0;
}

.linkthru-head {
	width:190px;
	height:75px;
}

.linkthru-content {
	width:170px;
	height:109px;
	padding:0 10px;
}

.linkthru-link {
	width:170px;
	height:36px;
	padding:0 10px 10px 10px;
	font-size:11px;
	lineheight:13px;
}

.ed .linkthru-head {
	background:url(../images/home/ed-header.gif) top left no-repeat;
}

.mm .linkthru-head {
	background:url(../images/home/mm-header.gif) top left no-repeat;
}

.am .linkthru-head {
	background:url(../images/home/am-header.gif) top left no-repeat;
}

.ed .linkthru-link p {
	padding:0 0 0 28px;
	background:url(../images/home/ed-link-arrow.gif) top left no-repeat;
}
	.ed .linkthru-link p a {
		color:#c00;
	}
	
.mm .linkthru-link p {
	padding:0 0 0 28px;
	background:url(../images/home/mm-link-arrow.gif) top left no-repeat;
}
	.mm .linkthru-link p a {
		color:#09c;
	}

.am .linkthru-link p {
	padding:0 0 0 28px;
	background:url(../images/home/am-link-arrow.gif) top left no-repeat;
}
	.am .linkthru-link p a {
		color:#693;
	}
