@charset "UTF-8";
body {
	background: url(../images/bg.jpg) top repeat-x #d2e2f2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: 'Playfair Display', serif;
}
h1, h2, h3, h4, h5{
	text-shadow: 0px 0px 10px #fff;
    color: #1F1F61;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.thumbnail{
	padding: 5px;
	border: 1px solid #c0c0c0;
	background: #fff;
}
.spacer{
	height: 75px;
}
