body{
	/*background-color: rgb(160, 160, 160);*/
	background-color: rgb(220, 220, 220);
/*	background-color: white;*/
	margin-top: 0 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10pt;

}
h1{

	margin: 0 !important;
	padding: 0 !important;
}
#main{
	/*background-color: rgb(160, 160, 160);*/
	background-color: rgb(220, 220, 220);
	/*background-color: white;*/
	padding:0px;
	margin:0px; 
}



#header{
	background-color:black;
	color:white;

	/*	text-align:center;*/
	/*position:relative;*/
	padding-left:20px;
	height: 80px;
	width: 100px;
	float:left;

}
.quotes{
	font-style: italic;

}


/*#headerTwo{
	background-color:green;
	color:white;

	padding-left:20px;
	height: 80px;
	width: 100%;
	float:right;
	position: relative;
	top: -60px;

	}*/

	#mainPointer {
		width: 100%;
		height: 80px;
		border: 1px solid black;
		display: -webkit-flex; /* Safari */
		display: flex;
		flex: auto;
		background-color: black;
	}

	#mainPointer div {
		-webkit-flex: auto;  /* Safari 6.1+ */
		-ms-flex: auto;  /* IE 10 */
		flex: auto;
	}


	#header a:link {
		color:white;
		text-decoration: none;
	}
	#header a:visited{
		color:white;
		text-decoration: none;
	}
	#header a:hover{
		color:white;
		background-color: rgb(60, 60, 60); 
	}


	.myContainer{
		float:left;
		overflow: hidden;
		position: relative;
		top: 10px;
		width:1000px;
	}
	.vert{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	#menu{
		line-height:30px;
		background-color:#eeeeee;
		/*height:300px;*/
		width:200px;
		float:left;
		padding:5px;
		position: absolute;
	}




	#animateddiv{
		margin-left: auto;
		margin-right: auto;
	/*	width: 0px; 
		border: 1px black solid;*/
		color: black;
		overflow: hidden;

	}

	#artwork{
		/*background-color: rgb(160, 160, 160);*/
		background-color: rgb(220, 220, 220);
		margin-left: 210px; /*210*/
		margin-top: 20px; 
	}

	#artwork2{
		/*background-color: rgb(160, 160, 160);*/
		/*background-color: white;*/
		background-color: rgb(220, 220, 220);
		margin-left: 20px; /*210*/
		margin-top: 20px; 
		
	}
	#explanation{
		padding: 20px; 
		font-size: 16px
	}

	.imageCentered{
		/*position: relative; */
		margin-left: auto;
		margin-right: auto;
		text-align: center; 
		margin: 10px;
	}

    .center{
    	width: 100%;
    	text-align: center; 
    	margin: 10px;
    }
    .right img{
    	float: right;
    	text-align: center; 
    	margin: 10px;
    }
    .left img{
        float: left;
    }

/*#headder a:link {
	color:black;
	}*/

	#menu a:link {
		color:black;
	}
	#menu a:visited{
		color:black;
	}
	#menu a:focus{
		color:purple;
	}	
	#menu a:hover{
		color:white;
		background-color: rgb(60, 60, 60); 
	}
	#menu a:active{
		color:blue;
	}

	#menu li{
		margin-top: -10px;
	}		