@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/base/brunch_template_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 62.5%;  /* 16px × 62.5% = 10px */ 
}

.brunch-sans {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.brunch-serif {
	color: #5B1200;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1.1em;
	line-height: 1.9em;
}

.grey-link {
	color:#666666;
	text-decoration:none;
}

.red-link {
	color: #5B1200;
	text-decoration:underline;
}

.red-sans {
	color: #5B1200;
}

.red-heading-serif {
	color: #5B1200;
	font-size: 1.6em;
	letter-spacing: -1px;
	font-family: "Georgia", "Times New Roman", serif;
}