@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/paisley.gif);
	background-repeat: repeat;
}

#kaikki  {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
} 

#ylaosa {
	padding: 0px;
	margin: 0px;
} 

#sivupalkki_vasen {
	float: left; /* since this element is floated, a width must be given */
	width: 147px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	color: #FFFFFF;
	height: 147px;
	background-color: #000000;
}

#sivupalkki_vasen a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 22px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 0px;
}
#sivupalkki_vasen a:hover {
	color: #FFCC00;
}


#sivupalkki_oikea {
	float: right; /* since this element is floated, a width must be given */
	width: 147px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

#sisalto {
	margin-top: 0;
	margin-right: 147px;
	margin-bottom: 0;
	margin-left: 147px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: small;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
} 

.väliotsikko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: small;
}

.pääotsikko {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFCC00;
	font-size: large;
}
