body {
	margin: 0;
	padding: 50px 0 0 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff;
}
#header,
#content,
#footer {
	margin: 0 auto 0 auto;
	width: 600px;
}
#header {
	height: 67px;
	background: #fff url(../img/header.png) 0 0 no-repeat;
}
h1 {
	display: none;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	margin-bottom: 0.5em;
	font-size: 1em;
}
ul {
	margin: 1em 0 5em 0;
	padding: 0 0 0 1em;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
	list-style: disc;
}
li { margin: 0; padding: 0; }
#content {
	position: relative;
	width: 540px;
	padding: 20px 40px 20px 20px;
	background: #fff url(../img/body.png) 0 0 repeat-y;
}

#content p {
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: bold;
}
img {
	position: absolute;
	top: 5em;
	right: 40px;
}
h2, ul, h3, #content p {
	position: relative;
	z-index: 2;
}
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
#footer {
	height: 30px;
	padding: 33px 0 0 0;
	text-align: right;
	font-size: 0.6em;
	color: #4588A3;
	background: #fff url(../img/footer.png) 0 0  no-repeat;
}
#footer p { margin: 0; padding: 0; }
#footer a { color: #4588A3; text-decoration: underline; }