 @import url(http://fonts.googleapis.com/css?family=Righteous);
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	background: #ede5d8;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
#wrapper {
	display: block;
	padding: 5% 0;
}
#content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 0 80px 0;
	width: 80%;
	height: auto;
	background: #fffdf9;
	-moz-box-shadow: 0px 0px 4px rgba(160, 128, 73, 0.5);
	-khtml-box-shadow: 0px 0px 4px rgba(160, 128, 73, 0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(160, 128, 73, 0.5);
	box-shadow: 0px 0px 4px rgba(160, 128, 73, 0.5);
}
.ribbon {
	float: left;
	position: relative;
	height: 65px;
	width: auto;
	left: -15px;
	top: 30px;
	background: #da3d26;
	-moz-box-shadow: 4px 4px 0px rgba(160, 128, 73, 0.2);
	-khtml-box-shadow: 4px 4px 0px rgba(160, 128, 73, 0.2);
	-webkit-box-shadow: 4px 4px 0px rgba(160, 128, 73, 0.2);
	box-shadow: 4px 4px 0px rgba(160, 128, 73, 0.2);
	z-inhdex: 100;
}
.ribbon h1 {
	display: block;
	padding: 0 20px 0 80px;
	color: #fffdf9;
	font: normal normal 2.8em/68px 'Righteous', cursive;
	font-size-adjust: 0.55;
	text-transform: none;
	text-align: right;
	text-shadow: 1px 1px 3px rgba(60, 78, 53, 0.5);
}
.triangle {
	position: absolute;
	height: 0;
	width: 0;
	left: -35px;
	top: 75px;
	border-style: solid;
	border-width: 20px;
	border-color: transparent #8f191c transparent transparent;
	z-index: -1;
}
.content {
	clear: both;
}
.content p {
	padding: 80px 70px 0 70px;
	font: italic normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #938462;
} 