/*tyylimäärittelyt*/

body {
	background-image: url(imgs/bg5.jpg);
	background-color: #264202;  
	color: #45291e;
	margin-top: 20px;	
	padding: 0px;
	font-family: arial, tahoma;
	font-size: 14px;
	text-decoration: none;
}


/*********linkkien värit************/

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #839e2a;
	text-decoration: none;
}



/*****************/


#wrapper {
	width: 800px;    
	margin: 0px auto;
	padding: 0px; 
 
    }


/********otsikko***********/


#header {
	border: 0;
	width: 800px;    
       height: 192px;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;            	
	background-position: center;
}








/***********tekstin määrittelyt********/

#main {

       padding: 0px;
	width: 800px;
	margin: 0px;	
	text-align: center;
	background-color: #f9f4f3;
     	

}

#main h1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	text-align: center;
}


h3 {
	font-size: 13px;
	text-align: left;
}


	
#main p{
	font-size: 14px;
	padding-left: 30px;
	padding-right: 40px;
	text-align: justify;

}

bold {
	font-weight: bold;
}





ul	{
	font-size: 16px;
	padding: 0px;
	padding-left: 60px;
	margin:0px;

}

li	{
	padding: 0px;
	padding-left: 12px;
	padding-right: 70px;
}




/********table***********/

#table 	{
	width: 100%; 
	padding: 0; 
	margin: 0;
}

#td1	{
	width: 168px;
	margin: 0;
	padding: 0;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 15px;
	vertical-align: top;
	background-color: #c6d12d;
	background-image: url('imgs/sivu_bg.jpg');
	background-repeat: repeat-y;
	background-position: right;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;


}

#td2	{
	margin: 0;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}











/********footer***********/


#footer {
	background-color: #839e2a;
	padding: 3px;
	padding-left: 168px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

a.footer {
	color: #ffffff;
	text-decoration: none;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}


a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}

a.footer:active {
	color: #ffffff;
	text-decoration: none;
}


