*	{ position: relative; margin: 0px; }
body	{
	padding: 0px;
	background: url('../img/bg.jpg') no-repeat top center #CDC6B4;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}
body > header, body > footer, #content	{ width: 960px; margin: 0px auto; }
body > header	{ height: 370px; }
body > header > nav	{
	position: absolute;
	right: 0px;
	top: 2px;
	padding: 5px;
	background: url('../img/nav.png') repeat-x top #7eaff2;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
body > header > nav > a	{
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px 5px 4px;
	border-right: 1px solid #6C97B9;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #283967;
}
body > header > nav > a:last-child	{ border: 0px; }
body > header > nav > a:hover	{ color: #000000; }
#content	{ min-height: 390px; font-weight: bold; }
body > footer	{
	margin-top: 3px;
	padding: 10px;
	height: 16px;
	background: rgba(255,255,255,0.5);
	color: #15285f;
}
body > footer > div	{
	position: absolute;
	top: 10px;
	right: 10px;
}
body > footer a	{ color: #15285f; }

a	{ text-decoration: none; }
a > img	{ border: 0px; }
.none{    list-style: none;}
#jquery-lightbox{
top: 2vh !important;
}
#lightbox-container-image-box{
    height: 90vh !important;
    width: 90vw !important;
}
#lightbox-container-image img{
    max-height: 90vh;
}
#lightbox-container-image-data-box{
    width: 90vw !important;
}