body
{
	background-color: white;
	background-image: url("http://www.freelunchthebook.com/paperbg.jpg");
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
}

#header
{
	width: 633px;
	height: 230px;
	background: url(http://www.freelunchthebook.com/papertop.jpg);
	padding: 0px;
	position: absolute;
	z-index: 2;
}

#footer
{
	bottom: 0px;
	background: url(http://www.freelunchthebook.com/paperbot.jpg);
	width: 633px;
	height: 114px;
	padding: 0px;
	z-index: 2;
}

#text
{
	margin-top: 65px;
	margin-left: 60px;
	width: 516px;
	font-family: garamond, georgia, "times new roman";
	font-size: 12pt;
	color: black;
	text-align: justify;
	line-height: 13pt;
	position: absolute;
	z-index: 5;
}

.head
{
	font-family: "arial black", arial, verdana, "times new roman";
	font-size: 14pt;
	line-height: 16pt;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #d7182a;
	text-align: center;
	padding: 4px;
	border-bottom: 1px solid black;
}

.info
{
	padding-left: 100px;
	padding-top: 0px;
	padding-bottom: 30px;
	font-size: 10pt;
	line-height: 10pt;
	font-family: "Courier New", courier, "Times New Roman";
	margin: 20px;
}

p:first-line 
{
font-variant: small-caps;
line-height: 15pt;
font-size: 120%;
color: #003263;
}

b
{
color:  #d7182a;
}

