﻿body
{
	background: #ffffff url(images/bak.png);
	background-position: left top;
	background-repeat: no-repeat; 
        
}
#PageHeaderGrid
{
	background: url(images/top3.png) no-repeat;
	height:165px;
}
#PageFooterGrid
{
	height: 90px;
	background: url(images/bunn.png) no-repeat;
}
#PageContainer
{
	border-left: 200px solid #e3e5e7; /*left column width*/
	border-right: 200px solid #e3e5e7; /*right column width*/
}

#PageWrapper 
{	
	max-width: 1000px;
	margin: 0px;
	text-align: left;
  
}