body {
	text-align: center;
	margin: 5px;
	background: #ccc;
}
#wrap {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia;
	font-size: 12pt;
	padding: 25px;
}
#header {
	height: 193px;
	background: url('/niradin.jpg') 0 0 no-repeat;
}
h1 {
	color: #fff;
	margin: 0;
	text-indent: -5000px;
}
#navigation {
	padding: 5px 0;
}
#navigation a {
	font-size: 14pt;
	color: #444;
	padding: 5px 15px;
}
#navigation a:hover {
	text-decoration: none;
}
