*{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	margin:0px;
	padding:0px;
}

body{
	background-color:#000;
	text-align:center;
	background-image: url(images/tausta.jpg);
	background-repeat: no-repeat;
	background-position: 99% bottom;
	margin-bottom: 50px;
}

#outer{
width:950px;
text-align:left;
margin:0 auto;
}
#navigation{
text-align:left;
}
#navigation a{
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 0.12em;
	float:left;
	padding:4px 6px;
	border:1px solid #333333;
	text-transform:uppercase;
	margin-right:2px;
}
#navigation a:hover{
	color: #000000;
	background-color:#F1AB00;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 0.12em;
	float:left;
	padding:4px 6px;
	border:1px solid #333333;
	border-bottom:1px solid #F1AB00;
	text-transform:uppercase;
	margin-right:2px;
}
#navigation a#active{
	color: #000000;
	background-color:#CCCCCC;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 0.12em;
	float:left;
	padding:4px 6px;
	border:1px solid #333333;
	border-bottom:0px;
	text-transform:uppercase;
	margin-right:2px;
	padding-bottom:5px;
}

#content{
	background-color:#CCCCCC;
	min-height:400px;
	clear:both;
	text-align:left;
	padding:15px;
}
#content h1{
	font-size:24px;
	background-color:#000000;
	color:#F1AB00;
	width:50%;
	padding:5px;
	margin-left:-15px;
	margin-bottom:15px;
	background-image: url(images/viisto.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#content p{
line-height:2em;
margin-bottom:10px;
width:600px;
}
#content td p{
line-height:2em;
margin-bottom:10px;
width:auto;
}
#content pre{

}
.images {
	float: right;
	width: 250px;
}
.kuvateksti {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

