body {
	background-color: #FFFFFF;
	
	background-image: url(images/kukkaa.jpg); 
	background-repeat: repeat-x;
	background-position: top left; 
}

p {
	font-size: 11px;
 	font-family: Verdana, sans-serif;
	line-height: 150%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	font-weight:normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

a {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

.korostus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
}

.menu {
	
	position: absolute;
	left: 0px;
	top: 53px;
	
	width: 600px;
	height: 47px;
}

.content {
	border-top: medium #990000 solid;
	border-bottom: medium #990000 solid;
	
	height: 300px;
	width: 600px;
	
	position: absolute;
	left: 0px;
	top: 100px;
	
	background-color: #FFFFFF;
	background-image: url(images/tapetti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.prices {
	font-size: 11px;
 	font-family: Verdana, sans-serif;
}

.image {
	height: 190px;
	width: 140px;
	
	border-top: medium #990000 solid;
	border-bottom: medium #990000 solid;

	background-color: #FFFFFF;
	
	position: absolute;
	top: 180px;
	left: 620px;
	
	padding: 10px;
}

.address {
	height: 40px;
	width: 600px;
	
	position: absolute;
	left: 0px;
	top: 400px;
	
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;	
}

.offer {
	height: 100px;
	width: 320px;
	
	border-top: medium #990000 solid;
	border-bottom: medium #990000 solid;

	background-color: #FFFFFF;
	
	position: absolute;
	top: 430px;
	left: 280px;
	
	padding: 0px 5px;
}

#text {
	width: 380px;
	height: 270px;
	overflow: auto;
	position: relative;
	left: 200px;
	top: 10px;
	
	scrollbar-face-color: #990000; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
}
