@import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(http://fonts.googleapis.com/css?family=Oswald);

a {text-decoration: underline; color:#435825;}
a:hover {text-decoration: none; color:#aaa;}

body {
	background:url(tausta.jpg) fixed;
	font-family:arial,sans-serif;
	font-size:12px;
	text-align:justify;
	margin: 0 0;
	line-height:1.7;
}
#main {
	max-width:1000px;
	margin: 0 auto;
	min-height:500px;
}
#title {
	font-family: 'Grand Hotel', cursive;
	font-size:60px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:30px;
	margin-top:30px;
}
#linkkipalkki {
	width: 100%;
	background:#fff;
	height:50px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	clear:both;
	opacity:0.7;
	filter:alpha(opacity=70); 
}
#linkkipalkki ul {
	list-style:none;
	margin:0;
	padding:0;
}
#linkkipalkki ul li {
	float:left;
	height:50px;
	margin-left:15px;
	padding-top:15px;
}
#linkkipalkki ul li a {
	height:20px;
	padding: 5px 10px;
	font-size:14px;
	text-transform:uppercase;
	font-family:"trebuchet ms",sans-serif;
	text-decoration:none;
	letter-spacing:1px;
	color:#5e3929;
}
#linkkipalkki ul li a:hover {
	color:#a29d39;
}
#sisalto {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:rgba(255,255,255,.7);
	padding: 20px 30px;
}
#tek {
	margin: 20px auto;
	text-align:center;
}
h1 {
	color:#8eb332; /* ison väliotsikon väri */
	font-weight:normal;
	font-size:30px;
	font-family:"Grand Hotel",cursive;
}
h2 {
	color:#d7615f; /* isohkon väliotsikon väri */
	font-family:"oswald",sans-serif;
	font-weight:normal;
}