body
{
	background-color: white;
	margin: 0px;
}

#main
{
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding: 0px;
}

#header
{
	margin-top: 0px;
	width: 600px;
	height: 85px;
	background: url(http://www.freelunchthebook.com/header.png);
	padding: 0px;
	position: absolute;
}

#links
{
	margin-top: 85px;
	width: 600px;
	margin-left: 0px;
	font-family: "arial black", arial, verdana, "times new roman";
	font-size: 10pt;
	color: #d7182a;
	text-align: center;
	position: absolute;
}
	
#text
{
	margin-top: 140px;
	width: 600px;
	font-family: garamond, georgia, "times new roman";
	font-size: 12pt;
	color: black;
	text-align: justify;
	line-height: 13pt;
	position: absolute;
	background-color: white;
}

.bar
{
	left: 0px;
	width: 600px;
	height: 85px;
	background-color: #d7182a;
	margin: 0px;
	bottom: 0px;
	float: none;
	clear: both;
	padding: 0px;
}

.line
{
	left: 0px;
	width: 600px;
	height: 10px;
	background-color: #003263;
	margin: 0px;
}

.title
{
	font-family: garamond, georgia, "times new roman";
	font-size: 40pt;
	font-weight: bold;
	color: #d7182a;
	text-align: left;
	line-height: 36pt;
	letter-spacing: -.02em;
}

.box
{
	font-family: garamond, georgia, "times new roman";
	font-size: 12pt;
	color: white;
	line-height: 12pt;
	letter-spacing: 0em;
	background-color: #d7182a;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
}

a:link 
{
	font-family: "arial black", arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: #003263;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited
{
	font-family: "arial black", arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: #003263;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover 
{
	font-family: "arial black", arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: #d7182a;
	text-transform: none;
	text-transform: uppercase;
}

a.two:link
{
	font-family: garamond, arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: #003263;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

a.two:visited
{
	font-family: garamond, arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: #003263;
	text-decoration: none;
	text-transform: none;
}

a.two:hover
{
	font-family: garamond, arial, verdana, "times new roman";
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: 0em;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
