body
{
	background: rgb(182, 185, 195) url("/images/body.gif") repeat-y center top;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#page
{
	background: white;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width: 1024px;
}

div#filters
{
	background: #ccc;
	padding: 6px 22px 6px 6px;
	text-align: right;
}

div#filters form
{
  display: inline;
}