@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	background-image: url(img/tausta.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B1C00;
	font-weight: lighter;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #993300;
	font-weight: lighter;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
ul {
	padding-left: 30px;
	list-style-type: disc;
}
.sisennys {
	font-style: italic;
	padding-left: 16px;
}
.kuvat {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #9F0B00;
	text-decoration: none;
}
a:hover {
	color: #D27100;
	text-decoration: none;
}
a:active {
	color: #9C0600;
	text-decoration: none;
}
#keskus {
	background-color: #F0B003;
	margin: 0px;
	padding: 10px;
	background-image: url(img/taustapalkki.png);
	background-repeat: repeat-y;
}
#koko {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#sisalto {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#menu {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #C12700;
	height: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#foot {
	margin-bottom: 10px;
}
