html, body {
	background-color: #eeebf6;
	background-image: url('gfx/bg.png');
	font-family: Helvetica,sans-serif;
	font-size: 11pt;
	color: #000;
}

div.wrapper {
	width: 790px;
	margin: 0 auto;
	padding: 0;
}

div.head {
	height: 229px;
	background-image: url('gfx/banneri.jpg');
	background-repeat: no-repeat;
	border: 4px solid #d9e3f4;
	border-bottom: 0;
	border-radius: 32px 32px 0 0; 
	-moz-border-radius: 32px 32px 0 0; 
	-webkit-border-radius: 32px 32px 0 0;
	padding: 0; margin: 0;
	position: relative;
}
div.head ul.navi {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0; padding: 0;
	width: 100%;
	list-style-type: none;
	background-color: #f1eff8;
	background-color:rgba(241,239,248,0.6);
}
div.head ul.navi li {
	float:left;
	padding: 0.4em 2ex;
	/*font-weight: bold;*/
}
div.head ul.navi li:hover {
	background-color:rgba(241,239,248,0.8);
}
div.head ul.navi li a {
	text-decoration: none;
	color: #000;
}
div.head h1 {
	position: absolute;
	top: 25px; left: 10px;
	font-size: 215%;
}
div.head h2 {
	position: absolute;
	top: 85px; left: 30px;
	font-size: 150%;
}

div.content {
	background-color: #f1eff8;
	padding: 1em;
	border: 4px solid #d9e3f4;
	border-top: 0;
}

div.content h2 {
	font-size: 115%;
}

div.footer {
	margin-top: 0.5em;
	font-size: 80%;
	color: silver;
	text-align: right;
}