* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS";
	background: #bdb76b;
}

div#header {
	height: 150px;
	background: url("naks1net.png");
	text-align: center;
	border-bottom: 1px solid #000;
	background-repeat: no-repeat;
	background-position: center;
}

div#navigation {
	text-align: center;
	border-bottom: 1px solid black;
}

div#navigation ul {
	font-family: Tahoma;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#navigation ul li {
	display: inline;
	margin-left: -4px;
}

div#navigation ul li a {
	text-transform: uppercase;
	padding: 5px 10px 5px 10px;
	color: black;
	text-decoration: none;
}

div#navigation ul li a:hover {
	background-color: black;
	color: #bdb76b;
}

div#content {
	line-height: 1.5em;
	font-size: small;
	padding: 2em 1em 0 1em;
}

#content div.left {
	width: 49%;
	float: left;
	text-align: justify;
	padding-right: 1%;
	padding-bottom: 2em;
}

#content div.right {
	width: 49%;
	float: right;
	text-align: justify;
	padding-left: 1%;
	padding-bottom: 2em;
}

div#footer {
	text-align: center;
	border-top: 1px solid #000;
	clear: both;
	font-size: small;
}

div#footer img {
	border: none;
}

#aika {
	background-color: #bdb76b;
}