/****************************************************
	P A G E   L A Y O U T
****************************************************/
body
{
	background-color:	#E6E3DD;
	background-image:	url(images/background.gif);
	background-position:	top center;
	background-repeat:	repeat-y;
	text-align: 		center;
}

div#HeaderTools
{
	float:			right;
	text-align: 		right;
	width: 			35em;
}

div#PageContainer
{
	display: 		block; 
	margin-left: 		auto; 
	margin-right: 		auto;
	width: 			760px;
}

div#Page 
{
	text-align: 		left;
}

legend
{
	display: 		none;
}
