body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #331f1e;
	text-align: center;
}
img {
	border: 0;
}
a {
	color: #f2692d;
	font-weight: bold;
}
#container {
	width: 650px;
	margin: 0 auto 20px auto;
	text-align: left;
	background: url(../images/tile.jpg) repeat-y 0 287px;
}
#header {
	width: 650px;
	height: 287px;
	background: url(../images/header.jpg) no-repeat;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9000px;
}
#content {
	margin: -120px 70px 10px 60px;
}
#content #intro {
	margin-bottom: 50px;
}
#content #intro img {
	float: left;
}
#content #intro h2 {
	margin-left: 130px;
	padding-left: 5px;
	background: #f2692d;
	color: #fff;
	font-size: 14px;
}
#content #intro p {
	margin-left: 130px;
}
#content .item {
	clear: left;
	margin-bottom: 30px;
}
#content .item h2 {
	background: #f2692d;
	color: #fff;	
	padding-left: 5px;
	font-size: 14px;
}
#content .item img {
	margin-left: 7px;
}
#content .item p#contact {
	text-align: center;
	padding: 20px 0;
}