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

    #column1
    {
      width: 960px;
      /*float: left;*/
	  margin-left: auto ;
 	  margin-right: auto ;
	  border:1px solid #000;
	  text-align: left;
	  /* max-height: 360px; */

    }

    #column2
    {
	  width: 960px;
	  margin-left: auto ;
 	  margin-right: auto ;
	  border:1px solid #000;
	  background-color: #646057;
	  text-align: left;

	  /*max-height: 360px;*/
    }
	
    .clear
    {
      clear: both
    }
	
	body {
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #000;
	text-align: center;

}

#text
{
	max-width:960px;
	margin: 13px;
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	line-height: 48px;
	color: #D0C7B6;

}

img {
	width: 480px;
	height: 480px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.imageleft {
	border-right-width: 4px;
	border-right-color: #000000;
	border-right-style: line;
}

.imageright {
	border-left-width: 1px;
	border-left-color: #000000;
	border-left-style: line;
}