body{
	font-family:"capitolium-2", serif;
	background: #ccc;
}
div{
	border: none;
}

img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

#wrap{
	width: 100%;
	max-width: 1080px;
	height: 100%;
	background: gray;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: auto;
	background: white;
	position: relative;
}

.nav{
	background: black;
	border: solid white .1em;
	width: 176.819px;
	height: 71.76px;
	text-align: center;
	float: left;
}

h2{
	color: white;
}

h3{
	color: white;
}

#content{
	height: auto;
	margin: 20px;
	background: white;
	max-width: 1080px;
	border: none;
}

#title{
	background: black;
	border: none;
	height: 71.76px;
	text-align: center;
	vertical-align: middle;
	line-height: 71.76px;
}

#article{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: 51%;
	border: none;
	vertical-align: top;
}
#Notable_People{
	border: none;
}
.image{
	height: 100%;
	width: auto;
}

#image{
	height: 300px;
	width: 46%;
	display: inline-block;
	border: none;
	margin-top: 20px;
}
#logo{
	height: 50%;
	width: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

#nav_buttons{
	margin: 0 auto;
	width: 100%;
}
.clear{
	clear:both;
}

#Web_Title{
	background: white;
	position: absolute;
	left: 160px;
	top: 100px;
}

}
p{
	font-size: 14pt;
}
h2{
	font-size: 24pt;}
a{
	text-decoration: none;
	color: white;
	font-size: 14pt;
	font-family: "capitolium-2",sans-serif;
font-style: normal;
font-weight: 700;
margin: 0 auto;
display: block;

}
#application{
	height: 300px;
	width: auto;
}
#article_no_images{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	vertical-align: top;
}

@media (max-width: 1080px){
	#article{
		width: 95%
	}
	#nav_buttons{
		width: 360px;
	}
	p{
		font-size: 12pt;
	}
	h2{
		font-size: 18pt;
	}
	#image{
		width: 100%;
	}