/** External Style **/

@import url(reset.css);
@import url(font_face.css);

/** Color Note

	Background: #d8d1c9;
	Text: #3d3834;
	Link: #ff8d6a;
	Title: #3d3834;
**/

/** Global **/

body{
	background: #d8d1c9;
	font-family: 'caslon_540regular', Times, serif;
	line-height: 1.4;
	color: #3d3834;
}

/** Typography **/

p{
	font-size: 0.8125em; /* 16*0.8125 = 13 */
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	letter-spacing: 0.5px;
}

a{
	color: #ff8d6a;
	text-decoration: none;
}

.italic{
	font-family: 'caslon_540italic', Times, serif;
	letter-spacing: 1px;
}

h1{
	font-family: 'futuraef_heavyregular', Helvetica, Arial, sans-serif;
	font-size: 0.9em; /* 16*0.9 = 14.4 */
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3d3834;
	margin: 0 0 0.8125em 0;
}

/** Lay Out **/
#wrapper{
	overflow: hidden;
	margin: 100px 0 0 0;
}

#logo{
	width: 120px;
	height: 76px;
	background-image: url(../images/fian_logo.png);
	margin: 0 0 30px 60px;
}

#message{
	width: 320px;
	margin: 0 0 0 118px;
	text-align: left;
}
