/* position the paragraphs, and we're done */

body {
}

#master_container {
	font-family: 'Palatino', 'Georgia', serif;
  color: #bc6315;
  text-align: center;
  background-color: #130a02;
}

#primary {
	width: 700px;
	margin: 0 auto; 
	text-align: left;
}

h1 {
	background: url(/images/humble-beginnings/title.png) top left no-repeat;
	height: 328px;
	width: 468px;
	margin: 0 auto;
	text-indent: -2000px;
	margin-top: 90px;
	margin-bottom: 50px;
}

p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
	line-height: 30px;
	text-align: justify;
}

p.first {
	font-size: 22px;
	line-height: 34px;
}

div.left {
	float: left; width: 47%;
}

div.right {
	float: right;
	width: 47%;
}

p strong {
	color: #f2d2b6;
}

blockquote {
	background-color: #000;
	border: 1px solid #331a04;
	padding: 30px;
	text-align: center;
	font-size: 24px;
}
