@charset "UTF-8";
@font-face {
	font-family:'TrajanPro-Regular';
	src:url('../images/TrajanPro-Regular.woff')format('woff');
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Paper_texture_by_manekochan2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	width: 85%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(251,237,226,1);
	box-shadow: 0 0 8px 5px rgba(102,102,102,0.4);
}
nav {
	background-color: rgba(255,255,255,0.8);
	height: 80px;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
}
nav ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	width: 1120px;
	height: 50px;
	padding-right: 50px;
}
nav ul li {
	float: right;
	display: block;
	width: 80px;
	height: 40px;
	margin-top: 32px;
	font-size: 1em;
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
nav ul li a {
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	color: #1F140A;
	text-decoration: none;
}
nav ul li a:hover {
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-decoration: none;
}
.logo {
	background-image: url(../images/logo_footer.png);
	height: 115px;
	width: 15%;
	background-repeat: no-repeat;
	float: left;
	background-size: cover;
	background-position: center center;
}
.find_headline {
	height: 40px;
	width: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-top: 20px;
	float: left;
}
.find_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	text-align: center;
	height: 50px;
	width: 1200px;
	float: left;
	line-height: 1.3em;
	letter-spacing: 0.05em;	
}
.other_pages {
	height: 600px;
	width: 1200px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	text-align: center;
	background-size: cover;
	margin-left: 141px;
}
ul li {
	display: block;
	float: left;
	width: 400px;
	height: 100px;
	margin: 10px;
}
footer {
	background-color: #5C3D1F;
	height: 180px;
	width: 1200px;
}
.logo_footer {
	text-decoration: none;
	height: 120px;
	width: 1200px;
	background-image: url(../images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
}
.name {
	height: 20px;
	width: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #F5F0EB;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #F5F0EB;
	text-decoration: none;
	height: 20px;
	width: 1200px;
}