* {margin: 0; padding: 0; border: 0;}

body {
	background: url(Kuvat/bg.jpg) repeat;
	font-family: 'Trebuchet MS', arial, sans-serif;
	font-size: 13px;
	color: #333;
}
#container {
	width: 780px;
	margin: 0 auto;
}
#header {
	height: 282px;
	background: url(Kuvat/header.jpg) no-repeat;
}
#pvm {
	position: absolute;
	margin-top: -190px;
	margin-left: 620px;
	color: #333;
	font-size: 0.8em;
}
#content {
	background: url(Kuvat/middle.jpg) no-repeat;
	height: 576px;
}
h1 {
	font-size: 1.5em;
	padding: 20px 0 30px 10px;
	text-align: center;
}
h2 {
	font-size: 1.3em;
	padding: 10px 0 10px 15px;
}
#teksti {
	width: 570px;
	height: 550px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 20px 20px;
	margin-left: 80px;
	text-align: justify;
}
#etusivu {
	float: left;
	width: 400px;
	height: 550px;
	overflow: auto;
	margin: 0 0 0 110px;
}
#sidebar {
	float: right;
	width: 155px;
	overflow: hidden;
	margin: 30px 110px 0 0;
}
#teksti p, #etusivu p {
	padding: 0px 10px 15px 20px;
	text-align: justify;
}
#teksti ul{
	padding: 0px 10px 15px 35px;
}
#paivitys {
	width: 155px;
	height: 200px;
	overflow: hidden;
	padding: 5px;
	background: url(Kuvat/paivitysbg.jpg) no-repeat;
}
#paivitys p, #uutiset p {
	color: #333;
	font-size: 0.8em;
	margin: 35px 0 0 5px;
	line-height: 100%;
}
#uutiset {
	width: 155px;
	height: 200px;
	overflow: hidden;
	padding: 1px;
	background: url(Kuvat/uutisbg.jpg) no-repeat;
}
.date {
	font-size: 0.8em;
}
.keski {
	text-align: center;
}
.reunus {
	border: solid 2px #fff;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
}
.linkit {
	margin-left: 110px;
	list-style-type: none;
}
.linkit li {
	margin: 5px 0;
}
#lisamenu{
	font-weight: bold;
	width: 100%;
	color: #333;
}
#lisamenu ul{
	padding: 6px 0 7px 0;
	margin: 0;
	text-align: center;
}
#lisamenu ul li{
	display: inline;
}
#lisamenu ul li a{
	color: #333;
	font-size: 90%;
	padding: 4px 3px 2px 3px;
	margin-right: 20px;
	text-decoration: none;
}
#lisamenu ul li a:hover, #lisamenu ul li a.selected{
	color: #333;
}
table {
	margin: 5px;
}
.sukutaulu, .koirat {
	border: 3px solid #dfd3bd;
	font-size: 0.9em;
	margin: 0 auto;
}
.sukutaulu td , .koirat td{
	border: 2px solid #dfd3bd;
	padding: 5px;
}
#footer {
	position: relative;
	z-index: 1;
	background: url(Kuvat/footer.jpg) no-repeat;
	height: 222px;
}
#copyt, #copyt a:link {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
#copyt a:link {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
#copyt a:hover {
	color: #fff;
	text-decoration: underline;
}