body
{
	background:#eee url(kuvat/keskitau.jpg) fixed no-repeat center top;
	font-family:trebuchet ms, arial,sans-serif;
	font-size:90%;
	margin:2em;
	margin-top:0;
	text-align:center;
}

#wrapper
{
	width:900px;
	margin:auto;
	text-align:left;
	
} 

#header
{
	width:900px;
	border-bottom:1px solid #000
}

#header h1
{
	margin: 0px;
	padding:0px;
	font-size:36pt
}

#header h1 a
{
	display:block;
	background:url(kuvat/ylakulta.png) no-repeat;
	width:900px;
	height:300px;
	margin:0px;
	padding:0px;
}

#header h1 a p
{
	display: none;
}

#content
{
	padding:1em;
	clear:both;
}

#content h1
{
	margin-top: 0;
}

a
{
	text-decoration:none;
	color:blue
}
a:hover
{
	text-decoration:underline
}


#header a, #menu a
{
	color:#000;
	text-decoration: none
}


/* menu */

#menu
{
	background:#006c00;
	border-bottom:1px solid #000;
	padding-left:3px;
}

#menu a
{
	display:block;
	width:148px;
	padding:2px 0 2px 0;
	color: #fff
}

#menu a:visited
{
	color: #fee
}

#menu a:hover
{
	background:#fff;
	color:#006c00
}

#menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#menu li
{
	float:left;
	width: 149px;
	text-align:center;
}

#menu-end
{
	clear:both;
}

ul
{
	list-style-type:none
}

#menu ul ul { display: none }
#menu ul:hover ul { display:block; position:relative }
