body{
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:10pt;
	text-align:center;
	background-image:url(images/bkgd_body.gif);
	background-repeat:no-repeat;
	background-position:center 20px;
	margin:0;
	padding:0;
}
#centering{
	margin:0 auto;
	width:800px;
}
#copyright{
	position:relative;
	height:16px;
	width:800px;
	background-color:#333;
	font-size:8pt;
	text-align:left;
}
#header{
	position:relative;
	width:800px;
	height:222px;
	background-image:url(images/bkgd_header.jpg);
	background-repeat:no-repeat;
}
#transField{
	position:absolute;
	height:102px;
	width:800px;
	top:106px;
	left:0;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index:10;
}
#logos{
	position:absolute;
	left:0;
	top:106px;
	height:102px;
	width:800px;
	z-index:20;
}
#logos #beefy{
	position:absolute;
	left:50px;
	top:15px;
}
#logos #ob{
	position:absolute;
	right:50px;
	top:15px;
}
#logos #description{
	position:absolute;
	left:300px;
	top:35px;
}
#content{
	position:relative;
	height:102px;
	width:800px;
	background-image:url(images/bkgd_content.jpg);
	background-repeat:repeat-x;
	background-color:#333;
}
table{
	width:750px;
	margin:20px 0;
	background-image:url(images/bkgd_table.gif);
	background-repeat:no-repeat;
	background-position:120px 60px;
}
hr{
	border-width:1px;
}
table .logo{
	width:280px;
	text-align:left;
}
td{
	text-align:left;
}
table .logo #onecall{
	padding-left:30px;
}
strong{
	text-transform:uppercase;
	color:#ccc;
	font-size:8pt;
}
a{
	color:#f60;
}
