html { background: #000 }

body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 80%; 
color: #fff; 
line-height: 1.3;
position: relative;
width:800px;
margin: 20px auto 0px auto;
background: #999}

#logo { position: absolute;
left: 0;
top: 0;
width: 170px;
border: 2px solid #fff;
margin: 0 auto 0 auto;
background: #fff; 
padding: 12px 0 0 0;
height: 66px;
text-align: center;  }

#header { position: absolute;
right: 0;
border: 2px solid #fff;
width:610px;
margin: 0 auto 0 auto;
padding: 0;
background: #333;
color: #fff; 
min-height: 80px;
text-align: center;  }

#menu { position: absolute;
left: 0;
top: 80px;
border: 2px solid #fff;
width:170px;
margin: 0 auto 0 auto;
padding: 0;
background: #666;
color: #fff; 
min-height: 165px;}

ul.menulist { clear: both;
margin: 0;
padding-top: 0px;
padding-left: 25px;
line-height: 1.6;
color: #999;
background-color: inherit;
font-size: 140%; }

ul.menulist li a, ul.menulist li a:link, ul.menulist li a:visited {
background-color: inherit;
color: #fff;
text-decoration: none; }

ul.menulist li a:hover, ul.menulist li a:active {
background-color: inherit;
color: #999;
text-decoration: underline; }


#content { position: absolute;
right: 0;
top: 80px;
border: 2px solid #fff;
width:610px;
margin: 0 auto 0 auto;
padding: 0;
background: #999;
color: #fff; 
min-height: 580px;
text-align: center; }

#content p { padding: 0;
margin: 0px 6px 10px 0px;
text-align: center; }

#content p  span { font-style: italic; }

#content img { border: 1px solid #000; }

#content h3 { margin: 10px 0 5px 0;
font-size: 150%; 
text-align: center; }

#menu_otsikko {
	display: block;
	width:163px;
	background-color: #858585;
	padding:2px;
	padding-left:5px;
	color:#FFF;
	font-size: 150%;
	margin: 15px 0 3px 0;
}

#content hr { clear: both;
color: #fff;
background-color: #fff;
height: 3px;
border: 1px outset #fff;
width: 100%;
padding: 0px;
margin: 0px}

.alkuun {
	border: 1px solid #CCC;
	background-color:#FFF;
	color:#000;
	padding:4px;
	font-size: 15px;
	font-weight:bold;
	text-decoration:none;
}

.alkuun:hover, a.alkuun:active {
	background-color: #666666;
	color:#FFF;
}

.close {
	z-index:100;
	position:absolute;
	right:1px;
	top: 1px;
	border: 1px solid #FFF;
	background-color: #FF0000;
	width: 15px;
	height:15px;
	padding:0 0 0 0;
	text-align:center;
}
.close a:link {
	color:#FFF;	
	font-size: 12px;
	text-decoration:none;
}

.close a:hover, .close a:active {
	font-weight:bold;
	text-decoration: none;
}

