@charset "utf-8";
html{
height: 100%;
}
body  {
    
	margin:0px auto; 
	padding: 0;
	background-color: #383838;
	
	}
#container  {
   position:relative;
   
   margin:0px auto;
   top:0px;
   left:0; right:0;
   width:950px;
   background-color: #fff;
   
    }
#header {
	position: relative;
	margin:0px auto;
	text-align:center;
	height:408px;
	background-image: url(logo3.png);
	background-repeat:no-repeat;
	background-position: top;
	}

.htbuttons {
	margin:	0;
	}
	
.hbuttons a{
display: block;
text-decoration: none;
font: bold 16px Arial;
color: white;
width: 200px;
height: 40px;
float: left;
display: inline;
margin:360px 0px 0 85px;
background-image:url(button_base.png);
background-repeat: no-repeat;
padding-top: 10px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(button_hover.png);
}
.hbuttons a.current{
background-image:url(button.png);

}  
    		
#content  {
   position: relative;
   left:0; right:0;
   width:950px;
   background-color: #fff;
   margin: 20px auto auto auto;
   text-align:center;
    }
#content_left  {
   position: relative;
   
   float:left;
   width:475px;
   background-color: #fff;
   margin: 20px 0 20px 0;
   text-align:center;
    }

#content_right {
   position: relative;
   
   float:right;
   width:475px;
   background-color: #fff;
   margin: 20px 0 20px 0;
   text-align:center;
    }	
.paaotsikko {
	font-family:Verdana, Arial;
	font-size:20px;
	font-weight:700;
	text-align: left; 
	color: #000;
	margin:20px 20px 20px 20px;
	
	
	/*text-shadow: #0000FF 0px 0px 1px; */
    
	}	
.sivuotsikko {
	font-family:Verdana, Arial;
	font-size:16px;
	font-weight:400;
	text-align: center; 
	color: grey;
	margin:20px 20px 0px 20px;
	
	
	/*text-shadow: #0000FF 0px 0px 1px; */
    
	}	
.teksti {
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight:400;
	text-align: left; 
	color: grey;
	width:425px;
	margin:20px 20px 20px 20px;
	line-height:20px; 
	}
	


.img {	
	margin:20px 20px 0px 20px;
	text-align:left;
	
	}
	
ul#content
{ margin: 8px 0px 0px 16px;
  padding: 0px;
  color: #0000FF; 
  font-family: Verdana;
  font-size:20px;
  font-weight: 400px;
}

ul#content li
{ list-style-type: round;
  margin: 5px 0px 0px 5px; 
  padding: 0px;
  font-size:16px;
}	
#footer {
   position: relative;
   height:30px;
   width: 950px;
   background-color: black;
   background-repeat: no-repeat;
   margin:0px auto;
   left:0; right:0;
   text-align: center;
   font-weight: 400;
   font-family:arial;
   font-size: 14px;
   color:#fff; 
   line-height:30px; 
    	}	


	



		
</style>

	

	


