body {
	width: 800px;
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2",serif;
	font-size: 16px;
	line-height: 26px;
	margin: 20px auto;
	padding-bottom: 40px;
	background: #CBD7C9;
}

.container {
	border: 1px solid #3E2838;
	background: #fff;
	padding: 10px 30px;
	color: #666;
}

a {
	text-decoration: none;
	color: #3E2838;
}

a:hover {
	background: #f7f7f7;
}

.tinystrip {
	width: 800px;
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}

.tinystrip a {
	text-decoration: none;
	text-transform: uppercase;
	margin: auto 10px;
	color: #3E2838;
	letter-spacing: 1px;
}

.tinystrip a:hover {
	background-color: #3E2838;
	color: #fff;
}

h1 {
	font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2",serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	line-height: 40px;
	text-shadow: 2px 2px 2px #ccc;
	margin: 40px 20px 40px 0px;
	color: #000;
}

img.paul {
	background: #ccc;
	position: relative;
	width: 175px;
	height: 200px;
	float: right;
	clear: left;
	margin-right: -20px;
	margin-top: 20px;
	margin: 20px 0px 20px 20px;
	-webkit-transform: rotate(2deg);
	-webkit-box-shadow: 10px 10px 5px #e0e0e0;
	box-shadow: 10px 10px 5px #888;
	}

h2 {
	font-family: "museo-1","museo-2",sans-serif;
   	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	font-style: normal;
	margin: 24px auto;
	color: #333;
}

