@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 15px;
	background-color:#FFFFFF;
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background-color:#737373;
	width: 1050px;
	height:auto;
	border:5px;
	border-color:#000000;
	border-style:solid;
	border-radius: 10px;
	float: left;
	box-shadow: 0 0 8px 2px #333;
}

#banner {
	background-color:#679997;
	color:#000000;
	font-size: 300%;
	text-align: center;
	text-shadow: 4px 3px 6px rgba(0,0,0,.5);
	font-variant: small-caps;
	letter-spacing: .1em;
	padding-top: 4px;
	padding-left: 5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#banner img {
	margin-left: -5px;
	margin-top: -4px;
	width: 1050px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

#title {
	background-color:#000000;
	font-size: 3px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
       float: center;
	border-bottom: 0px;
	border-color: #000000;
	padding:0px 0px 0px 0px;
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
       background-color:#E6E6E6;
       width: auto;
	text-align: left;
	padding: 0,0,0,0;
}

.navigationul {
	float: left;
	list-style-type: none;
	text-align: left;
	width: 92%;
	text-indent: 0px;
      	margin: 2px;
    	display: flex;
  	justify-content: center;
}

.navigationli {
	float: left;
	font-weight: bolder;
	border-style: none;
	border-radius: 5px;
	padding: 8px;
       margin: 8px 8px 8px 0px;
	background-color: #E6E6E6;
	text-align: left;
	text-indent: 0px;
	box-shadow: 2px 2px 4px #000000;
}

#content {
	background-color:#FFFFFF;
	color:#000000;
       float:left;
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
}

#datablock {
	background-color: #FFFFFF;
	margin: 12px 15px 15px 5px;
	width:640px;
	float:right;
	clear:right;
	line-height: 1.25;
}

.datalabel {
	color:#FFFFFF;
	width:0px;
font-size:0px;
	float:left;
	clear:both;
	margin-bottom: 0px;
      	font-weight:none;
	line-height: 1.25;
}

.datatext {
	color:#000000;
	width:620px;
	float:right;
	clear:right;
	margin-bottom: 15px;
	margin-right: 15px;
	line-height: 1.25;
}

#imageblock {
	background-color:#B3B3B3;
	color:#FFFFFF;
	margin:15px;
	width:333px;
	float:left;
	clear:left;
	padding: 5px;
	border-radius: 5px;
      display: flex;
      flex-flow: row wrap;

}

.mainimage {
	color:#FFFFFF;
	width: 313px;
       font-style: normal;
	font-size: 14px;	
	background-color:#B3B3B3;
	margin: 2px 2px 2px 2px;
       float: center;
}

.subimage {
	width:146px;
	margin:2px;
}

.subimages {
	color:#FFFFFF;
	background-color:#B3B3B3;
	width: 151px;
	float:left;
	padding: 6px;
	margin: 2px 2px 2px 0px;
	font-size: 14px;
       font-style: normal;
}

#footer {
	background-color:#679997;
	color:#000000;
	float:left;
	clear:both;
	width:100%;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-size: 1px;
	text-align: center;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

a img {
	border-style: solid;
	border-size: 1px;
	border-color: #666;
	border-radius:5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

	
a	{
	color: #143DB8;
	text-decoration: none;
}

a:link	{
	color: #143DB8;
	text-decoration: none;
}

a:visited {
	color: #143DB8;
	text-decoration: none;
}

a:hover	{
	color:#000000;
	text-decoration: none;
}

a:active	{
	color:#000000;
	text-decoration: none;
}

.title {
	font-size: 25px
}

.creator {
	font-size: 21px
}

.body {
	font-size: 18px
}

.credit {
	font-size: 15px
}