.ilmoitus {
	width:250px;
	font-size:14px;
	color:green;
	border:1px solid green;
	padding:2px;
	background:#ffffe0;
}
.oikea_palkki {
	position:absolute;
	top:62px;
	left:542px;
}
.lisakuvat {
	width=100%;
	overflow:hidden;
}
.kohde_linkki {
	text-decoration:none;	
}
.takaisin {
	position:absolute;
	bottom:0px;
	left:20px;
	text-decoration:none;
	
	font-family: times new roman;
	font-size: 12px;
	color:#333333;
}
body {
	background:url(images/bg.jpg);
	margin-top:0px;
	margin-bottom:0px;
}
.ylaosa {
  	position: relative;
  	width: 740px;
  	height:231px;
  	background: white url(images/ylaosa.png) no-repeat top left;
  	border-left:3px solid #E1E4E5;
	border-right:3px solid #E1E4E5;
}
.content {
	position: relative;
  	width: 740px;
  	min-height: 500px;
	background:#F2EED9 url(images/content_tausta.png) repeat-y top left;
	border-left:3px solid #E1E4E5;
	border-right:3px solid #E1E4E5;
	
	font-family: times new roman;
	font-size: 14px;
	text-align:left;
	line-height:18px;
	color:#333333;
}
.content a {
	color:#333333;	
}
.teksti {
	position: relative;
	padding-top:25px;
	margin-left:35px;
  	width:450px;
	border:0px solid black;
}
.teksti a {
	color:#333333;
}
.teksti a:hover {
	text-decoration:underline;
}
h1 {
	font-size:16px;	
	font-weight:bold;
}
.menu {
	position: relative;
	width:740px; 
	background:#FEFDFB;
	border-left:3px solid #E1E4E5;
	border-right:3px solid #E1E4E5;
   	font-family:verdana;
   	font-size:14px;
   	font-style:normal;
   	font-weight:normal;
   	text-align:left;
}

.menu a {
	text-decoration:none;
	color: black;
}
.menu a:hover {
	border-bottom:1px solid #d3d3d3;
}

.alaosa {
	position:relative;
	width: 740px;
	padding-top:3px;
	padding-bottom:3px;
	background:#810000;
	color:#F2EED9;
	text-align:center;
	font-family:verdana;
	font-size:12px;
	letter-spacing:1px;
	border-left:3px solid #E1E4E5;
	border-right:3px solid #E1E4E5;
}