/*tyylimäärittelyt*/

body {
	background-image: url(imgs/bg2.jpg);
	background-repeat: no-repeat;  
	background-position: top left;
	background-color: #45291e;  
	color: #45291e;
	margin-top: 20px;	
	padding: 0px;
	font-family: arial, tahoma;
	text-decoration: none;
}


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

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

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

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



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


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


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


#header {
	border: 0;
	width: 800px;    
       height: 192px;
	background-image: url(imgs/otsikko.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: 13px;
	text-align: center;
}

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;

}





ul	{
	font-size: 14px;
	list-style-type:none;
	padding: 0px;
	padding-left: 35px;
	margin:0px;

}

li	{
	padding: 5px;
	padding-left: 18px;
	padding-right: 70px;
}




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

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

#td1	{
	width: 168px;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	padding-top: 15px;
	vertical-align: top;
	background-color: #ebced5;
	background-image: url('imgs/sivu_bg.gif');
	background-repeat: repeat-y;
	background-position: right; 

}

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











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


#footer {
	background-color: #2c1811;
	padding: 3px;
	padding-left: 168px;
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #eed0ed;
}

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

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


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

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

