@charset "UTF-8";
#container {
	height: 665px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(assets/grad.png);
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#000000;
	background-repeat: no-repeat;
	background-position: center;
}
#topnav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	width: 90%;
	color: #000000;
	text-decoration: none;
	margin-bottom: 1px;
	padding-top: 0px;
	height: 30px;
	padding-bottom: 0.15em;
	display: block;
}

#header {
	height: 65px;
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62px;
	text-decoration: none;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content {
	height: 470px;
	width: 683px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	height: 475px;
	width: 687px;
	text-align: center;
	font-style: italic;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	color: #000000;
	clear: both;
	display: block;
	margin-top: 10px;
	background-image: url(assets/Stonecutters.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}
/*link styles*/

#topnav a:link {
	color: #000000;
	text-decoration: none;
}
#topnav a:visited {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover  {
color: #0000DD;
text-decoration: none;
}
#topnav a:active {
color: #EEEEEE;
text-decoration: none;
}
#footer a:link{
color: #000000;
	text-decoration: none;
}
#footer a:visited {
color: #000000;
	text-decoration: none;
}
#footer a:hover{
color: #0000DD;
text-decoration: none;
}
#footer a:active {
color: #EEEEEE;
text-decoration: none;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	height: 20px;
	width: 85%;
	padding-top: 0.25em;
	text-align: center;
	font-style: italic;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	padding-bottom: 0.25em;
	color: #000000;
	clear: both;
	display: block;
	text-decoration: none;
}

