/* CSS Document */
body { background-image: url(../images/backgrounds/bk_stories.jpg); }
div.menuItems a.stories { background-image: url(../images/menu_over.gif); }

div.storyIntro {
	padding: 40px 0 0 30px;
	height: 509px;
	width: 370px;
	float: left;
	position: relative;
}

div#storyGlow1,
div#storyGlow2 {
	position: absolute;
	width: 339px;
	height: 352px;
	margin-top: 197px;
	opacity: 0.5;
	background-image: url(../images/story_glow.gif);
	filter: alpha(opacity=50);
	margin-left: 61px;
}

div#storyGlow2 {
	margin-left: 461px;
}

div#storyChild1 {
	position: absolute;
	background-image: url(../images/story_child1.gif);
	width: 208px;
	height: 231px;
	margin: 267px 0 0 192px;
}

div#storyChild2 {
	position: absolute;
	background-image: url(../images/story_child2.gif);
	width: 198px;
	height: 225px;
	margin: 273px 0 0 602px;	
}

div.storyIntro p {
	margin: 0;
	padding: 8px 20px 8px 0;
	color: white;
	font-size: 10pt;
	line-height: 14pt;
}

div.fullStoryText {
	margin: 70px 100px 0 280px;
	width: 420px;
	position: absolute;
}

p.caption {
	font-style: italic;
}

div.mediaContainer {
	height: 185px;
}

div.mediaContainer a.storiesTitle {
	display: block;
	width: 100%;
}