body 
{
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(images/bgrndCSS.jpg);
	background-repeat: repeat-x;
}

.heading 
{

	background: #ded8c4;
	width: 900px;
	padding: 0px;
	margin: 0;
}

.container 
{  
	width: 900px;
	text-align: left;
	background: #ded8c4;
	padding: 0px;
}

.left 
{
	float: left;
	background: #ded8c4;
}

.middle 
{
	width: 900px;
	height: 650px;
	background: #f6f4ee;
	overflow: auto;
}


.right 
{
	float: right;
	background: #ded8c4;
}

.footer
{
	background: #e7e4db;
	width: 900px;
	height: 100px;
	text-align: center;
	font-family: helvetica, impact, sans-serif;
	font-size: 8pt;
	clear: both;


}

.textRect
{
	background: #e9e8e5;
	text-align: left;
	width = 400px;
}

p 
{
	font-family: helvetica, impact, sans-serif;
	font-size: 12pt;
}

a:link
{
	color: #6f9337;
}

caption
{
	text-align: middle;
	font-family: helvetica, impact, sans-serif;
	font-size: 10pt;
}

img
{
	border-style: none;
}
