body 
{
	background-color: #B8B8B8;
	text-align: center;
	font: 0.8em Verdana, Arial, sans-serif;
}

.mainFrame 
{
	width: 850px;
	margin-left:  auto;
	margin-right:  auto;
}

.header
{
	height: 80px;
}


.leftHeader
{
	background: url(./images/topLeft.jpg) 0 0 no-repeat;
}

.headerFill
{
	background-color: black;
	margin-left: 35px;
}

.rightHeader
{
	background: url(./images/topRight.jpg) 100% 0 no-repeat;
}


.content
{
	background-color: white;
	text-align:left;
	padding: 4px;
}

.content h1 {
	margin-top:2px;
	margin-bottom:2px;
}

.content h2 {
	margin-top:2px;
	margin-bottom:2px;	
}

.footer
{
	height:28px;
	
	
	color: white;
}

.leftFooter
{
	background: url(./images/bottomLeft.jpg) 0 0 no-repeat;
}

.footerFill
{
	background-color: black;
	margin-left: 35px;
	height: 28px;
}

.rightFooter
{
	background: url(./images/bottomRight.jpg) 100% 0 no-repeat;
	height: 28px;
}