body {
	background: #ccc;
	font-family: Lucida Grande, Trebuchet MS, Trebuchet, Arial, sans-serif; 
}


#header {
	width: 700px;
	padding: 0;
	margin: 0 auto 0 auto;
}

h1 {
	font-size: 1.2em;
	margin: 0;
}

.kuvia {
	color: green;
}

#palaa {
	float: right;
}

#palaa a {
	text-decoration: none;
	background: #666;
	color: #fff;
	padding: 3px;
}

#palaa a:hover { background: #333; }


#container {
	background: #fff;
	padding: 30px 0 0 0;
	margin: 20px auto 40px auto;
	width: 700px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
}

a.nav {
	text-decoration: none;
	margin: 2px 0 10px 0;
	padding: 5px 10px;
	background: #333;
	color: #fff;
}

a.nav:hover {
	background: orange;
}

.nav_current {
	background: #ccc;
	padding: 5px 10px;
	color: #000;
}

u { text-decoration: none; }

img {
	margin: 20px 0 10px 0;
}


a.copy_link, div a.copy_link { display: none; }
