body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	color: #59452D;
	font-size: 15px;
	background-image: url('frmbg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F4EADF;
}

a:hover {
	transition: .3s;
}


.container {
	width: 1024px;
	margin: 0 auto;
}

	.header img {
		width: 1024px;
	}
	
	.navigation {
		z-index: 99;
		position: absolute;	
		top: 495px;
		margin-left: 395px;
		border-top: 1px solid #998677;
		border-bottom: 1px solid #998677;
		padding: 15px;
		margin-top: 20px;
	}
	
	.navigation a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #799171;
		font-weight: 600;
		border-left: 6px dotted transparent;
		border-right: 6px dotted transparent;
		padding-left: 5px !important;
		padding-right: 4px;
		margin-left: 10px;
	}
	
	.navigation a:hover {
		color: #CB6560;
		border-left: 6px dotted #d5c2de;
		border-right: 6px dotted #d5c2de;

	}
	
	.navigation a:first-child {
		margin-left: 0px;
	}
	
	.navigation a:last-child {
		margin-right: 0px;
	}
	
	.navigation a+a {
		padding-left: 20px;
	}
	
	.active {
		border-left: 6px dotted #d5c2de !important;
		border-right: 6px dotted #d5c2de !important;
		padding-left: 5px;
		padding-right: 4px;
		color: #998677 !important;
	}
	
	.main {
		margin-left: 50px;
		margin-bottom: 20px;
		border-bottom: 1px solid #998677;
		padding-bottom: 40px;
	}
	
	.main h2 {
		letter-spacing: 2px;
		font-weight: 400;
		color: #B98BAD;
		margin-top: 50px;
		font-size: 22px;
		text-transform: uppercase;
		letter-spacing: 4px;
		margin-bottom: 50px;
	}
	
	.main p {
		line-height: 34px;
		letter-spacing: 1px;
		text-align: justify;
	}
	
	.main ul {
		list-style: none;
	}
	
	.main ul li::before {
		content: "\2022";
		font-weight: 600;
		font-size: 22px;
		display: inline-block;
		width: 15px;
		margin-left: -0.5em;
		color: #87A78F;
	}
	.main li {
		line-height: 26px;
		letter-spacing: 1px;
		
	}
	
	.main h3 {
		color: #B98BAD;
		letter-spacing: 2px;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 400;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.closing {
		font-family: 'Mr Dafoe', cursive;
		font-size: 30px;
		letter-spacing: 2px;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: right;
		color: #d2a7be;
	}
	
	.legal {
		text-align: center;
		font-size: 12px;
		margin-bottom: 50px;
		letter-spacing: 1px;
		color: #B98BAD;
	}
	
	.main a {
		color: #87A78F;
		text-decoration: none;
		letter-spacing: 2px;
		font-weight: 600;
	}
	
	.main a:hover {
		color: #da90a8;
		border-bottom: 1px solid #da90a8;
	}
	
	.main img.first {
		max-width: 350px;
		float: left;
		padding: 10px;
	}
	
	.main img.second {
		max-height: 350px;
		float: right;
		padding: 10px;
	}
	
	.formbox {
		width: 500px;
		height: 30px;
		padding: 10px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		border: 3px solid #D9C0AC;
		color: #59452D;
		font-size: 16px;
	}

	.formbox2 {
		width: 500px;
		min-height: 60px;
		padding: 10px;
		letter-spacing: 1px;
		margin-bottom: 10px;
		border: 3px solid #D9C0AC;
		color: #59452D;
		font-size: 16px;
	}
	
	.submit {
		width: 250px;
		height: 35px;
		background: #E3D1C5;
		letter-spacing: 1px;
		border: 3px solid #D9C0AC;
		font-size: 16px;
	}
	
	.submit:hover {
		background: #D9C0AC;
	}
