body {
	font-family: 'Belleza', sans-serif;
	text-align: center;
	background-color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #68a223;
}

#wrapper {
	background: transparent url(../image/frenchstucco.png) repeat 0 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

#site-id {
	padding-top: 20px;
}
#site-id img {
	width: 180px;
	height: auto;
}

#contents {
	text-align: left;
	/*width: 460px;*/
	/*max-width: 960px;*/
	margin: auto;
	padding: 20px 20px  40px 20px;
	font-size: 85%;
}

#contents h2 {
	border-bottom: 1px solid #ccc;
	text-shadow: 1px 1px 1px #fff;
	/*font-size: 200%;*/
}

.quote {
	position: relative;
	background-color: #91c65221;
	margin: 1rem;
	padding: 15px 10px;
	border-radius: 2px 20px;
	text-shadow: 1px 1px 1px #fff;

}
.quote:before,
.quote:after {
	font-size: 2.3rem;
	color: #91c652;
	position: absolute;
	text-shadow: none;
}
.quote:before {
	content: '“';
	left: -5px;
	top: -18px;
}
.quote:after {
	content: '”';
	right: -6px;
	bottom: -34px;
}

.copyright {
	/*	font-family: "Verdana";*/
	font-style: normal;
	color: #eee;
	font-size: 80%;
	padding: 10px 0 20px 0;
}