body
	{
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #666666;
	}
div#header {
	width: 634px;
	height: 202px;
	background: url('../images/header.jpg'); }
div#header h1 {
	font-size: 20px;
	padding-top: 85px;}
div#body {
	width: 634px;
	background: url('../images/background.jpg') repeat-y; }
div#footer {
	width: 634px;
	height: 36px;
	background: url('../images/footer.jpg');}
tr, th, td, table {
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	}
th {
	width: 200px;
	height: 40px;
	background: url('../images/button.jpg') repeat-x top; }
a {
	color: #444444; }
a:hover {
	font-weight: bold; }
p {
	padding: 0;
	margin: 0;
	}
td div {
	height: 20px;
	display: block;}
td div:hover {
	background: #8DC3E9;}