body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Comic Sans MS", Arial, Helvetica, cursive;
	font-size: 1em;
	background-color: #FFF;
	background-image: url(images/back.png);
	background-repeat: repeat;
}

#kaikki { 
	width: 60em;  
	background: #FED6D6;
	margin: 1em auto 1em auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#otsikko { 
	background: #FED6D6; 
	padding: 0 10px;  
} 
#otsikko .logo {
	text-align: center;
}

#sivupalkki1 {
	float: left; 
	width: 12em; 
	background: #FED6D6;
	padding: 15px 0; 
}

#paaSisalto {
	background-color: #FFF;
	padding: 1em;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
} 

#paaSisalto .imgkeski {
	text-align: center;
}

#paaSisalto h1 {
	color: #F36;
	font-size: 2em;
	text-align: center;
}
#paaSisalto table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
}
#paaSisalto table span .nimi {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}

	
#paaSisalto h2 {
	font-size: 1.45em;
	text-align: center;
}

#paaSisalto a {
	text-decoration: none;
	color: #F00;
	font-family: Tahoma, Geneva, sans-serif;
}

#paaSisalto a:visited {
	color: #03C;
}

#paaSisalto a:hover {
	text-decoration: underline;
}
#paaSisalto .imgvasen {
	float: left;
	margin-right: 1em;
}

#linkit {
	text-align: center
}

	

#alatunniste { 
	padding: 0 10px; 
	background: #FED6D6;
}

#alatunniste p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#alatunniste a {
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Sivupalkin muotoilut */
#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	background-color: #FED6D6;
}

ul#navlist
{
	text-align: left;
	list-style: none;
}

ul#navlist li
{
	display: block;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	background: #f7f2ea;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF8080;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #F00;
}

#navcontainer>ul#navlist li a { width: auto; }

#navlist li #current {
	color: #F00;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li#active a
{
	color: #F00;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #F00;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}


.logo {
	text-align: center;
}
#paaSisalto .imgtaulu {
	text-align: center;
}
#paaSisalto h3 {
	font-size: 1.15em;
	text-align: center;
	font-weight: bold;
}
#linkit {
	text-align: center;
	text-decoration: none;
}

