/*Text align center on the body is the only way to center 
a CSS layout in IE5 PC.*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	margin: 36px 0;
	padding: 0;
	text-align: center;
	background-color: #C3BEB8;
	background-image:  url("img/pbg.jpg");
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 720px;
	background: #FFF;
	padding: 10px;
}

table td {
	padding: 7px;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px 0px 12px;
	font-size: 1.7em;
	color: #FFF;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h1 {text-align: center;}
h2, h3 {
	margin: 15px 0 0 0;
	font-size: 1.4em;
	color: #948752;
}
table, th, td {
	border: 1px solid #666;
}
p {
	font-size: 14px;
}
