body {
	font-size: 10pt;
}

#header {
	width: 730px;
	height: 135px;
	margin: 0 auto;
	background: url('/?asset=assets%2fjpg%2fheader.jpg');
}

#header h1 {
	display: none;
}

#nav {
	margin-bottom: 10px;
}

#nav span, #nav a {
	margin-right: 20px;
}

#content {
	width: 650px;
	margin: 0 auto;
	padding: 12px 40px 20px 40px;
	background: url('/?asset=assets%2fpng%2fbody-bg.png');
}

#content h2 {
	font-size: 9pt;
}

#content p,
#content div.p {
	text-align: justify;
	line-height: 1.25em;
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 730px;
	height: 65px;
	margin: 0 auto;
	background: url('/?asset=assets%2fpng%2ffooter-bg.png');
}

#footer div {
	height: 65px;
	background: url('/?asset=assets%2fpng%2ffooter-left.png');
	background-repeat: no-repeat;
}

#footer div div  {
	height: 65px;
	background: url('/?asset=assets%2fpng%2ffooter-right.png');
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 50px;
	text-align: right;
	font-size: 8pt;
}

#footer div div p {
	line-height: 1.5em;
}
