@import url('https://fonts.googleapis.com/css?family=Domine|Unkempt');

body {
	margin: 0;
	background-image: url('images/v01/bg.png');
	background-position: top left;
	background-repeat: repeat;
	font-family: 'Domine', serif;
	color: #865f29;
}

header {
	margin: 0 auto;
	width: 1200px;
	height: 600px;
	background: url('images/v01/v01.png') no-repeat center top;}

A:link, A:visited, A:active {
	color: #b79e7c;
	text-decoration: none;
	border-bottom: none;
}

A:hover {
	color: #a2886a;
}

.content{
	margin: auto;
	width: 900px;
	font-size: 12pt;
	letter-spacing: 0pt;
	line-height: 30pt;
	text-align: justify;
}

h1 {
	width: 90%;
	font-family: 'Unkempt', cursive;
	color: #c54623;
	font-size: 25pt;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	line-height: 25pt;
	letter-spacing: 0pt;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
}

.nav {
	margin: -50px auto auto auto;
	width: 900px;
	font-family: 'century gothic';
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 3pt;
	text-align: left;
	line-height: 30pt;
	padding-left: 200px;
}

blockquote {
	width: 80%;
	text-align: center;
	background-color: #e2cbaf;
	padding: 15px;
	line-height: 25pt;
	margin: 15px auto;
}

.img {
	background-color: #f99785;
	padding: 7px;
	margin: 10px;
}

strong {
	color: #dd5c44;
}

em {
	color: #d0703a;
}

.footer {
	width: 100%;
	text-align: center;
	font-size: 11pt;
	line-height: 18pt;
	padding: 5px 25px 20px 25px;
}