body {
	margin: 0;
	background: url(../images/body.png);
	font-family: "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
}
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	padding: 90px 0 90px 0;
	background: url(../images/body_stripes.png) repeat-x 0 0;
}

#wrapper h1 {
	margin: 0 0 50px 90px;
	width: 174px;
	height: 64px;
	text-indent: -2000px;
	background: url(../images/brand.png) no-repeat;
}

#quote {
	width: 600px;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 90px;
	background: #080503;
}

#quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #E4AD42;
}
#quote cite {
	display: block;
	padding-right: 80px;
	text-align: right;
	font-size: .8em;
	font-style: normal;
	color: #867B74;
}

#wrapper h3 {
	display: inline;
	padding: 10px 10px 10px 90px;
	background: #080503;
	font-size: .7em;
	color: #fff;
}