body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, sans-serif;
	color:#000;
	background:url('../gfx/bg.jpg') repeat-y #b4a28f;
}
div#logo {
	width:155px;
	height:149px;
	padding:15px 27px 0 27px;
}
h1 {
	width:205px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#f2f4c3;
	padding-left:2px;
}
h1 strong {
	font-size:14px;
}
ul#navi {
	margin:0;
	padding:20px 0 0 37px;
	list-style:none;
}
ul#navi li {
	width:145px;
	height:24px;
	margin-bottom:20px;
	text-align:center;
}
ul#navi li a {
	display:block;
	color:#f2f4c3;
	padding:5px;
	padding-top:3px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	background:url('../gfx/button.jpg') no-repeat;
	border-bottom:none;
}
ul#navi li a:hover {
	color:#7c7062;
}
div#content {
	position:absolute;
	top:15px;
	left:300px;
	width:689px;
	padding-bottom:15px;
}
div#content h2 {
	border-bottom:1px solid #f2f4c3;
	padding-left:10px;
	color:#f2f4c3;
	font-size:16px;
	font-weight:bold;
}
div#content h2:first-letter {
	font-size:20px;
}
div#content p {
	text-align:justify;
}
div#content p:first-letter {
	font-size:14px;
	color:#f2f4c3;
	font-weight:bold;
	padding-left:10px;
}
div#content ul { list-style:square; }
a, a:link, a:visited, a:active {
	color:#f2f4c3;
	text-decoration:none;
	border-bottom:1px solid #f2f4c3;
}
a:hover {
	color:#195fa7;
	text-decoration:none;
	border-bottom:1px solid #f2f4c3;
}
