body {
	background-image: url(tausta.jpg);
	border-left: 0px solid;
	border-right: 0px solid;
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding: 0px;
	border-color: black; 

	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

	font: 0.8em verdana;
		  
}



.header {
	background-image: url(header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-left: 1px solid #000000;
	border-bottom: 0px;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
  	padding: 0px;
	margin: 0px;
	
}


.left {
	background-image: url(left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px 0px 0px 0px;
	border-top: 0px;
	border-left: 1px solid #000000;
	border-bottom: 0px; }


/*Oikea tyhjä solu*/

.right {
	background-image: url(right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border-left: 0px solid #000000;
	border-bottom: 0px;
	border-right: 1px solid #000000;
	border-top: 0px solid #000000;
  	padding: 0px;
	margin: 0px;
        width: 11px;

}



a.foodlink2, a:link.foodlink2, a:visited.foodlink2, a:active.foodlink2, a:hover.foodlink2 {
	font-family: verdana;
	color: white; 
	font-size: 11px;
padding: 2px 2px 2px 2px;
}

a:hover.foodlink2, a:active.foodlink2 { 
text-decoration: underline;

}

a:visited.foodlink2{
	color: #CD7064; 
}

.foodlink {
border: 0px solid #BB3500;
padding: 4px 10px 8px 10px;
background-image: url(menu.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

/* sivun sisältösolu */

.sisalto {
	border-top: 0px solid black;
	border-left: 0px solid #000000;
	border-bottom: 0px solid black;
	border-right: 0px solid #000000;
	padding: 0px 10px 30px 0px;
	background-color: white;	
	background-image: url(fade.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;


}

/* footer */

.footer {
background-image: url("footer.jpg");
background-position: top left;
background-repeat: no-repeat;
backgroun-color: transparent;
border-top: 0px;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
}



/* Sivun yleiset tagit ja tagien pseudoluokat */

a:visited, a:link, a:active, a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	cursor:crosshair;
}

a:link{	
	color: Blue; 
}

a:visited{
	color: #afafaf; 
}

a:active {
	color: #713697;
}

a:hover {
	color: Blue;
	 text-decoration: underline;
}



img {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; 
	border: 0px solid #cccccc;
}


li {
	font: 0.8em verdana;
	color: #000000;
	list-style-type: disc;
	margin-bottom:5px;
}

ol li{
	font: 0.8em verdana;
	color: #000000;
	list-style-type: none;
}

P  {
	font: 0.8em verdana;
	margin:0 10px 10px;
	color: #000000;

}

/* Paaotsikko */

h1 { 
	padding:10px; 
	font: 2em Georgia, Times, serif; 
	text-align: center;
  	margin: 0.5em 0; 
	padding-bottom: 0.75em; 
	border-bottom: 1px dashed #994308;
	color: #BB3500;
	 }	


/* Kakkosotsikko */

h2 {
	color: #BB3500;
	font-size: 15px;
	}

hr {
	color: #BB3500;

}





