a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
}

h1 	
{ 	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	color: #402F2C;
	text-align: center;
}
h2 	
{	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #B15836;
	text-align: center;
}

h3 	
{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #BF4342;
}

.title
{
	text-align: center;
}

p 	
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #151313;
}


#banner	
{
		text-align: center;
}

#boxes
{
	width: 900px;
	display: flex;
}

#box1
{
	/*text-align: left;*/
	margin-top: 25px;
	width: 300px;
}

#box2
{
	margin-top: 25px;
	width: 300px;
	/*margin-top: -275px;*/
}

#box3
{
	margin-top: 25px;
	width: 300px;
	/*text-align: right;*/
	/*margin-top: -275px;*/
}

body
{
	/*text-align: center;*/
	width:900px;
	margin: auto;
	background-color: #8C1C13;
}

.content_wrapper
{
	width: 900px;
	text-align: center;
	display:grid;
	background-color:#EAAC56;
}

#footer
{
	margin-top: 200px;
	margin-bottom: auto;
}

#top_nav
{
	text-align: center;
	margin: auto;
}

#about_main
{
	text-align: center;
}