/* home.css */
div.ContentSpacer {
	height:586px;
	width:495px;
	vertical-align:middle;
	text-align:left;
	overflow:auto;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
	float:left;
}

div.HomeContent {
	/*background-color:#eee;*/
	color:#000;
	height:586px;
	width:350px;
	vertical-align:middle;
	text-align:left;
	overflow:auto;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
}
/*

div.HomeContent {
	color:#FFF;
	height:586px;
	width:450px;
	vertical-align:middle;
	text-align:left;
	overflow:auto;
	font-size:0.875em;
	font-family:Georgia, Aria, Helvetica;
}
*/
div.ContentContainer {
	position:absolute;
	/*background-color:#000;*/
	background-image:url("images/home-2018-2.jpg");
	background-position:right;
	background-repeat:no-repeat;
	left:90px;
	top:233px;
	width:951px;
	height:586px;
	clear:both;
}

/*
div.ContentContainer {
	position:absolute;
	background-color:#eee;
	background-image:url("images/home/portrait.jpg");
	background-repeat:no-repeat;
	left:90px;
	top:233px;
	width:951px;
	height:586px;
	clear:both;
}
*/
