@charset "utf-8";
/* 
// Thomas.J.Belknap.biz stylesheet
 */

body {
	margin: 0;
	padding: 0;
	}

#content {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 1100px;
	height: 734px;
	background: url(img/page_layout_04.jpg) no-repeat;
	}

#links {
	position: absolute;
	display: block;
	right: 100px;
	top: 380px;
	width: 360px;
	}

.link {
	display: block;
	width: 360px;
	height: 53px;
	}

#blurb {
	display: block;
	position: absolute;
	left: 70px;
	top: 530px;
	width: 500px;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 30px;
	color: #260f06;
	}

