/*defaults*/
body
{
	font-size: small;
	font-family: Arial, Sans-Serif;
	color: #000;
	background: url(/images/bkgrd.gif) #ccc repeat top left;
}

* html body
{
	font-size: x-small;
	text-align: center;
	font-family: Arial, Sans-Serif;
	color: #000;
	background: url(/images/bkgrd.gif) #ccc repeat top left;
}

/*positioning*/
#deadMiddle
{
	position: absolute;
	left: 50%;
	margin-left: -435.5px;
	margin-top: -345px;
	padding: 0px;
	width: 871px;
	height: 690px;
	background: url(/images/largepaper_banner-bk.png) no-repeat center center;
	float: left;
}

#deadCenter
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	float: left;	
}

#wrap
{
	margin: 0;
	padding: 205px 50px 0 150px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

#content
{
	float: left;
	border: 0px solid blue;
	text-align: left;
	height: 400px;
	overflow: hidden;
}

#col1
{
	width: 380px;
	float: left;
}

#col2
{
	width: 275px;
	float: right;
	padding: 10px 0 0 0;
}

#clipper
{
	margin: 0 0 30px 0;
	overflow: auto;
	height: 200px;
	width: 250px;
}

#clipper p
{
	font-size: 80%;
	color: #333;
	line-height: 145.45%;
}

#col2 ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#col2 ul li
{
	margin: 0 0 12px 0;
}

#header
{
	position:fixed;
	text-align: center;
	clear: both;
	margin-left: -159px;
	float: left;
	top: 110px;
	left: 50%;
}

#footer
{
	clear: both;
	margin: 85px 0 0 0;
	text-align: center;
	float: left;
	color: #999;
	font-variant: small-caps;
	font-size: 80%;
	width: 871px;
}

a, a:visited
{
	color: #999;
}

a:hover
{
	color: #3e2520;
}

img
{
	border: 0px;
}