@charset "utf-8";
/* CSS Document */

/* for activities.html only!!! */

#container .content .video-container {float: left;
                      margin-right: 1.5em;
					  margin-bottom: 0.5em;
					  margin-top: 0.5em; }

/* this box holds horizontally the photos in between paragraphs */

.content .photo-box {height: 120px;
                     width: 100%;
					 margin: 4% 0;}
					 
.content .photo-box img {height: 104px;
                     width: 140px;
					 float: left;
					 margin-right: 0.7em;
					}					 
					 
/* this is the empty spacer box between list of links and the anchor link at the bottom */
				 
/* empty box under box above to create space   */
							
.content .horizontal-split {width: 100%;
                            float: left;
							margin: 0;
							claer: both;
							height: 100px;}
