@charset "UTF-8";
header  {
	font-family: "ITC Anna";
	font-weight: bolder;
	font-size: xx-large;
	background-image: url(images/Camera_2.png);
	color: #CCCCCC;
	/* [disabled]background-size: 31em 0em; */
	text-indent: 61px;
	line-height: 7em;
	letter-spacing: 6px;
	vertical-align: bottom;
	background-position: 50% 43%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	text-shadow: 5px 5px 3px #0E0E0E;
}
.asideleft {
	margin-top: 40px;
	margin-right: 50%;
	width: 50%;
	height: 50%;
}
.asideright {
	margin-left: 50%;
	margin-top: -50%;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: 50% 33%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 59px;
	box-shadow: 0px 0px 59px;
	color: #E6E4E4;
	background-color: #787878;
	border-width: thick;
	border-style: double;
	text-indent: 0px;
	white-space: normal;
	padding-left: 33px;
	padding-right: 33px;
}