#bigdiv{
	width: 90%;
	margin: auto;
}

header{
	display: block;
}
#logo{
	display: inline;
	width: 20%;
	height: 15%;
	margin-left: 5%;
}

#headerpic{
	margin-left: 8%;
	width: 35%;
	height: 20%;
	display: inline;
}
#tagline{
	width: 25%;
	margin-left: 2vw;
	display: inline;
}



nav ul{
	list-style-type: none;
}
nav li.active{
	z-index: 4;							/*index of active tab*/
	box-shadow: 11px 10px 15px black;	
	background-color: #001a4d;			/*bg of active tab*/
}
nav ul li{
	z-index: 0;
	position: relative;
	font-family: "century gothic";
	float: right;
	width: 8vw;
	padding: 2px 10px;
	text-align: center;
	border-top-left-radius: 10px;
}
nav li:not(.active) {
	background-color: #001133;  /*color of not active tabs*/
}
nav a{
	text-decoration: none;
	font-size: 1vw;
}

nav a:hover{
	text-decoration: none;
	color: white;
}
nav .active a{
	color: white;
}


#contentarea, nav{
	position: relative;
}

#contentarea{
	z-index: 10;
	background-color: #001a4d;
	border-left: 1px inset #001a4d;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 30px; 
	border-bottom-left-radius: 30px;
	box-shadow: 11px 10px 15px black;
	padding-top: 2%;
}




footer{
	font-size: 1vw;
	margin-top: 2vw;
	margin-left: auto;
	margin-right: auto;
	background-color: #0d0d0d;
	color: #808080;
	padding-top: 1vw;
}
#footerpic{
	width: 40%;
	float: right;
	margin-right: 20%;
}
.footerbmarks{
	width: 3%;
	height: 3%;
}
.footerbmarks:hover{
	opacity: 0.5;
}
footer table{
	table-layout: fixed;
	border-collapse: collapse;
	margin: auto;
	width: 90%;
	margin-top: -1.5vw;
	margin-bottom: -1vw;
}
footer table td img{
	width: 1.5vw;
	height: 1.2vw;
}
footer td{
	font-style: italic;
	font-size: 0.9vw;
}
footer span{
	display: block;
	text-align: center;
	font-size: 0.7vw;
}