body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.62;
	color: #3c3c3c;
	text-align: center;
	background: #fff 0 0 repeat;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#container {
	padding-top: 60px;
	padding-bottom: 20px;
}

#container p {
	margin: 0 0 20px 0;
	padding: 0;
}

#container img {
	
}

strong, b {
	font-weight: 500;
}

a {
	color: #9e181c;
	text-decoration: none;
}

a:hover {
	color: #880e13;
}
