/*
 -->
	<style>
	body {
	  background-image: url('IMAG0063.jpg');
	  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  background-position: center;
	}
	</style>
	*/

html {
	/*background: #f5f4f4;*/
	background-image: url('IMAG0063.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	background-position: center;
	}
body {
	font: normal .81em/1.5em Arial, Helvetica, sans-serif;
	width: 980px; 
	margin: 0 auto;
	color: #6f5e4e;
	/*background: #f5f4f4;*/

}
p {
	margin: 0 2em 1em 2em;
}



/* header
-------------------------------------------------*/
#header {
	padding: 20px 10px 50px;
	position: relative;
}
#header #logo {
	font: bold 3.7em/1em Arial, Helvetica, sans-serif;
	margin: 0 0 0em 1em;
	letter-spacing: -.02em;
	color: #74685c;
	text-shadow: 0 1px 0 #fff;
}
#header #logo, #header #logo a {
	color: #74685c;
	text-decoration: none;
}
#header #logo a:hover {
	color: #ca6c18;
}

footer {
	font: 1.0em Arial, Helvetica, sans-serif;
	margin: 0 0 0em 1em;
	/*letter-spacing: -.02em;*/
	color: #992255;
	background-color: Lavender;
}
