/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #003c8f;
}

#page {
	margin: 10px auto 10px auto;
	width: 894px;
}

#header {
	background-image: url(images/header.png);
	height: 175px;
	margin: 0px;
	padding: 0px;
}

#header p{
	padding-left: 66px;
	margin-top: 10px;
}

#header table{
	padding-top: 140px;
}

#header a{
	text-decoration: none;
	padding-right: 20px;
}
#header a:hover {
	color: #69cb39;
}

#sis {
	background-image: url(images/sis.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding:  0px 45px 25px 45px;
	width: 804px;
}
#image {
	margin-bottom: 10px;
}

#navi {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
#navi ul {
	padding: 0px;
	margin-left: 0px
}
#navi a {
	text-decoration: none;
	color: #003c8f;
}
#navi li {
	border-top: 1px dotted #003c8f;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style-position: inside;
	padding-left: 5px;
}
#navi p {
	border-top: 1px dotted #003c8f;
	padding-top: 0px;
	margin-top: 7px;
}
#teksti {
	float: right;
	width: 530px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 60px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 50px;
	color: #003c8f;
}

.otsikko1 {
	font-weight: bold;
	font-size: 16px;
}

.otsikko2 {
	font-weight: bold;
	font-size: 14px;
}

.otsikko3 {
	font-weight: bold;
	font-size: 12px;
}
#teksti p {
	margin-top: 17px;
}
ul {
	margin-top: 17px;
}
.navi1 {
	color: #003c8f;
}
.navi1a {
	color: #e52e13;
}
