body { 
	
	/* customize_body */ color: #282828;
	font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
	font: 16px/22px 'Raleway', sans-serif;
	font-weight: 300;
}

img {border: 0px}




/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
	margin: 0;
	padding: 12px 0;
}
h1 { font-size: 40px;
	letter-spacing: 2px;
	margin: 0;
	line-height: 40px;
}
h2 { font-size: 32px; line-height: 32px; letter-spacing: 2px;
	margin: 0;
}
h3 { font-size: 28px; line-height: 28px;  letter-spacing: 2px;
	margin: 0;
	padding-bottom: 18px;
}
h4 { font-size: 18px; line-height: 18px; letter-spacing: 2px;
	margin: 0;
}


p {
  font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
	margin-top: 0;
}

hr{
	border-style: none;
	border-bottom: 1px solid #cbcccb;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #424243;
	text-decoration: none;
}
a:hover {
  color: #8b8a8c;
}


blockquote {
	text-align: justify;
	background: url(images/quotes.png) no-repeat;
	padding: 30px 20px 0;
	font-style: italic;
	margin: 15px 0;
	font-size: 18px;
}