﻿html, body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body
{
	min-width: 790px;
	color: #000000;
	background-color: #fbfbfb;
	text-align: center;
	font-family: Arial;
	line-height: 13pt;
	font-size: 10pt;
}
#outer
{
	position: relative;
	width: 788px;
	min-height: 100%;
	height: 99.9%;
	margin: 0px auto;
	color: #000000;
	text-align: left;
}
html > body #outer
{
	height: auto;
}
#header
{
	position: absolute;
	left: -1px;
	top: 0px;
	height: 135px;
	width: 788px;
	z-index: 100;
	overflow: hidden;
	background: url(     'Images/PageLogo.jpg' ) no-repeat 1px top;
}
#left
{
	position: relative;
	float: left;
	width: 194px;
	padding-right: 9px;
	min-height: 500px;
	height:500px;
	padding-top: 190px;
	background: url(     'Images/Left.jpg' ) no-repeat;
	background-position: right 134px;
}
#centercontent
{
	float: right;
	width: 585px;
	padding-top: 147px;
	padding-bottom: 20px; /*check FF*/
	background: #fbfbfb;
}
#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 60px;
	width: 788px;
	clear: both;
	background: url(     'Images/Footer.jpg' ) no-repeat top left;
	color: #000000;
	text-align: center;
}
* HTML #footer
{
	margin-bottom: -1px;
	height: 50px;
}
html > body #minHeight
{
	float: left;
	margin-bottom: -52px;
	width: 0px;
	height: 100%;
}
#clearfooter
{
	clear: both;
	width: 100%;
	height: 52px;
}
div, p
{
	padding: 0px;
	margin: 0px;
}
#centercontent p
{
	padding: 10px;
}
#left p
{
	padding: 1px 20px 25px 20px;
}


