body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
div#wrap {
	width: 760px;
	margin: 20px auto;
}
h1 {
	font-size: 1.4em;
	height: 40px;
	padding: 15px 0 0 50px;
	margin-bottom: 0;
	background: #fff url(../img/logo_small.gif) no-repeat top left;
	border-bottom: 2px solid #000;
}
li {
	list-style-image: url(../img/textfield.png);
}
p#footer {
	font-size: 12px;
	padding: 5px 0;
	text-align: right;
	border-top: 1px solid #ccc;
}
p#footer a {
	color: #000;
	font-weight: bold;
}