* {
	margin: 0;
	padding: 0;
}
body {
	background: #D4D4D4 url(/images/backverloop.gif) repeat-x top center;
	text-align: center;
	font: 70% Tahoma, Verdana, sans-serif;
}
#wrapper {
	background: url(/images/content.png) repeat-y  top center;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(/images/top.png) no-repeat top center;
	height: 140px;
}
#header h1 {
	display: none;
}
#menu {
	width: 110px;
	text-align: right;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	font-size: 120%;
}
#menu ul {
	list-style: none;
	padding-top: 20px;
}
#menu li {
	padding-top: 10px;
}
#menu a {
	text-decoration: none;
	color: #000;
}
#menu a:hover, #menu li.selected a {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
p, table, blockquote {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin: 0 0 1em 2em;
}
#content {
	float: left;
	line-height: 150%;
	width: 610px;
	margin-left: 20px;
	_margin-left: 10px;
}
#footer {
	background: url(/images/footer.png) no-repeat top center;
	height: 50px;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#footer p {
	margin: 0;
	font-size: 80%;
	color: #999;
	padding: 10px 0 0 30px;
}
#content h1 {
	font-weight: normal;
	font-size: 170%;
	line-height: 100%;
	margin: 1em 0 0.5em 0;
}
#content h2 {
	font-weight: normal;
	font-size: 130%;
	line-height: 100%;
	margin: 1em 0 0.5em 0;
}

