body {	 
	background-image: url("gfx/bodybg.jpg");
	background-repeat: repeat-x;
	background-color: #000;
	color: #999; 

	margin-top: 0px;
  }
 
img.pic {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 1em;
}
  
div, ul {
	margin: 0px;
	padding: 0px; }

p {
	padding-left: 2em;
   	padding-right: 2em;
	color: #BBB; 

	font-size: 12px;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	line-height: 1.3em;
	
}

h1, h2, h3, h4 {
	padding-left: 20px;
	background-color: transparent none;
	color: #BBB; 
	
	font-size: 16px;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	line-height: 1.3em;
}
h1, h2 {
	font-size: 18px;
}

h1.ylaotsikko {
	visibility: hidden;
}

div.path, div.path a {
	margin-top: 8px;
	color: #555;
	//color: #Ac2;
	background-color: transparent none;
	font-size: 10px;
}

div.navi{
	background-image: url("gfx/navibg.gif");
	background-repeat: no-repeat;
	padding-top: 1em;
	}
	

.navi a{
	color: #Ac2;
	margin: 1em;
	font-size: 13px;
	letter-spacing: +3px;
	background-image: url("gfx/lnkactiv.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	
	 }

.navi a:hover {
	color: #FFF;
	background-image: url("gfx/lnkdeactiv.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	}

.navi a:active {
	color: #FFF;
	background-image: url("gfx/lnkdeactiv.gif"); 
	background-repeat: no-repeat;
	background-position: bottom;
	}

a {
	background-color: transparent none;
	color: #Ac2;
	text-decoration: none;
 	}

a:hover, a:active {
	backgound-color: transparent none;
	color: #AC2;
	}

div.footer {
	overflow: hidden;
	font-size: 9px;
	color: #556;
	text-align: right;
	background-image: url("gfx/navibg.gif");
	background-repeat: no-repeat;
	}

.pohja {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}


.ylaotsikko {
	height: 363px;
	background-image: url("gfx/otsikko.jpg");
	background-repeat: no-repeat;
	margin: 0px;
		
}

.sisalmys {	
	min-height: 150px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
