body {
	background: #fbfbfb;
	color: black;
	font-family: "Helvetica";
}
#container {
	margin: auto;
	margin-top: 40px;
	width: 610px;
}
#logo {
	display: block;
	margin-bottom: 20px;
}
#head {
	background: url(images/header.png);
	height: 10px;
}
#body {
	background: url(images/body.png);
	padding-bottom: 15px;
	padding-top: 15px;
}
.left {
	float: left;
	line-height: 16pt;
	padding-left: 15px;
	padding-right: 15px;
	width: 231px;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.right {
	float: right;
	padding-left: 25px;
	width: 324px;
}
.clear {
	clear: both;
}
#foot {
	background: url(images/footer.png);
	height: 10px;
}
img {
	border: 0px;
}