/* CSS3 Specific for this story for Full size screens*/
/*Article,Header,NavContainer, and Footer are 100% wide to keep other elements from coming up beside them.
Comments are kept out of the css files for mobile pages to save loading time.*/

/*HOLDS THE LEFT PICTURE AT THE START OF EACH SECTION OR CHAPTER OF STORY*/
.Container3{
	background-color: #CEEFEA;
	float: left;
	height: 160px;
	width: 120px;
	margin: 3px 0px 2px 2px;
}
/*THE LEFT PICTURE AT THE START OF EACH SECTION OR CHAPTER OF STORY*/
.Container3 img {
	float: left;
	padding: 2px 0px 0px 2px;
	height: 150px;
	width: auto;
}
/*HOLDS THE RIGHT PICTURE AT THE PAGE BREAK OF PARAGRAPH OF EACH SECTION OR CHAPTER OF STORY AND IS OPTIONAL*/
.Container4{
	background-color: #CEEFEA;
	float: right;
	height: 160px;
	width: 120px;
	margin: 3px 0px 2px 2px;
}
/*THE RIGHT PICTURE AT THE PAGE BREAK OF PARAGRAPH OF EACH SECTION OR CHAPTER OF STORY AND IS OPTIONAL*/
.Container4 img {
	float: right;
	padding: 2px 0px 0px 2px;
	height: 150px;
	width: auto;
}		

