body{
	color:#404040;
	font-size:120%;
	position: absolute;
	top:4%;
	left:10%;
	
}

h1 {
	margin-bottom:10px;
}

h3 {
	margin:0px;
}

h4 {
	margin:5px;
}

a {
	font-family:"Georgia", serif;
	/*font-family:"Arial", sans-serif;*/
}

a:link {	color:#2955CF;
		text-decoration:none
}
a:visited {	color:#2955CF;
		text-decoration:none
}
a:hover {	color:#000000;
		text-decoration:none
}
a:active {	color:#000000;
		text-decoration:none
}

ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

figure {
	width:340px;
	padding:10px;
}
#menu {
	font-family:"Georgia", serif;
	display:block;
	float:left;
}

#separator {
	display:block;
	float:left;
	width:1px;
	height:70px;
	border-style:solid;
	border-color:#ffffff;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:15px;
	border-right-width:15px;
	/* width:20%; */
	background-color:#404040;
}


#content {
	font-family:"Georgia", serif;
	display:block;
	float:left;
	width:60%
}

.video {
	padding-top:20px;
	padding-bottom:20px;
}

.flexbox {
	display:flex;
	flex-wrap:wrap;
	vertical-align:baseline;
	/*max-width: 60%;*/
	/*min-width:1000px;*/
}


