
/* -- GENERAL STYLES -- */

html {
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;

    background-color: #FAFAFA;
    font-family: Times New Roman, serif;
    font-size: 14px;
}

img {
	border: 0;
}


a {
	color: #4A2E16;
}


/* -- */

p, div.p {
	font-size: 16px;
	padding: 0;
	color: #4A2E16;
  	font-style: italic;
	line-height: 20px;
}

h1
{
    font-family: "Gill Sans Light", Arial;
	font-size: 35px;
	color: #D99623;
	text-transform: uppercase;
}


.clear {
	clear: both;
}




/* -- PAGE ------------------------------------------------------------------ */

#page {
	margin: 30px auto;
	width: 862px;
}



#pageMiddle {
	padding: 0 6px;

}


/* -- HEADER ---------------------------------------------------------------- */




#content {
	width: 740px;
	height: 830px;
	padding: 0;
	text-align: center;
	background-image: url(../perle.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}


.contact {
    font-family: "Gill Sans Light", Arial;
	color: #DA9623;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 20px;
}

/*

@font-face {
  font-family: "Gill Sans W02 Book";
  font-style: normal;
  font-weight: 100;
  src: local('Raleway-Thin'), url('http://themes.googleusercontent.com/static/fonts/raleway/v5/RJMlAoFXXQEzZoMSUteGWD8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
*/