@charset "utf-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ECCF93 url(../kuvat/tausta00.jpg) no-repeat fixed center top;
	margin: 0em; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0em;
	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: #402E06;
}
#container  {
	width: 69.45em;
	margin: 0em auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
} 
#header  {
	padding: 0em 0.7em 0.2em 1.4em;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	height: 12.5em;
	background: url(../kuvat/header01.png);
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0.3em 0em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header p {
	font-size: 80%;
	color: #D1D2EB;
	margin-right: 0.7em;
}
#header #navH {
	text-align: right;
	margin: 0em;
	position: relative;
}

#header #navH ul {
	margin: 0%;
	padding: 0%;
}
#header #navH ul li {
	display: inline;
}
#header #navH ul li a {
	color: #D1D2EB;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}
#header #navH ul li a:hover, a:active, a:focus {
	color: #A2CCE9;
}



#sidebarL  {
	float: left; /* since this element is floated, a width must be given */
	width: 14%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1.05em 0.7em 1.05em 1.4em;
}
#mainContent  {
	margin: 0em 0em 0em 12em; /* 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.7em 1.4em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFFFF;
	background: url(../kuvat/tausta3.png) repeat fixed;
} 
#mainContentL {
	font-size: 90%;
	color: #000;
	background: repeat;
	margin: 0em 0em 0em 16em;
	padding: 0.7em 1.4em;
}



#mainContentE {
	text-align: center;
	margin: 0em 0em 0em 12em;
	padding: 0.7em 1.4em;
	background: url(../kuvat/tausta1.png) no-repeat center 2em;
	color: #FFFFFF;
}
#mainContentG {
	text-align: center;
	padding: 0.7em 1.4em;
	margin-left: 12em;
}

#mainContentJ {
	color: #000;
	background: url(../kuvat/tausta3.1.png);
	width: 54.65em;
	margin: 0em 0em 0em 12em;
	padding: 0.7em 1.4em;
}

#mainContentT {
	color: #402E06;
	padding: 0em;
	margin: 0em 1em 0em 13em;
	width: 55.56em;
}


#footer  {
	padding: 0em 0.7em 1.4em 1.4em;
} 
#footer p  {
	padding: 0.1em 0em 0.5em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: center;
}
#footer #nav {
	position: relative;
	text-align: center;
	margin: 0em;
}
#footer #nav ul {
	margin: 0%;
	padding: 0%;
}
#footer #nav ul li {
	list-style: url(../../html/css/none) none;
	display: inline;
	margin: 0em 1em 0em 0em;
}
#footer #nav ul li a {
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #402E06;
}
#footer #nav ul li a:hover, a:active, a:focus {
	color: #FFF;
}
a:link {
	color: #4B4119;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #4B4119;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
table#show {
	text-align: left;
	width: 100%;
}

table#show th {
	font: 0.9em Verdana, Geneva, sans-serif;
	width: 50%;
	padding: 0.2em;
}
table#show td {
	padding: 0.2em 0.2em 0.2em 0.5em;
	font: .8em Verdana, Geneva, sans-serif;
	width: 50%;
	text-align: left;
}
#show01 {
	width: 100%;
	overflow: hidden;
}
#show01 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show01 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}


#show02 {
	width: 100%;
	overflow: hidden;
}
#show02  th {
	padding-left: 0.1em;
	width: 50%;
	overflow: hidden;
}

#show02 td {
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
	font-size: 90%;
}
#show03 {
	width: 100%;
	overflow: hidden;
}
#show03 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}

#show03 td {
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
	font-size: 90%;
}
#show04 {
	width: 100%;
	overflow: hidden;
}
#show04 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show04 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}


#show05 {
	width: 100%;
	overflow: hidden;
}
#show05 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show05 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}

#show06 {
	width: 100%;
	overflow: hidden;
}
#show06 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show06 td {
	width: 50%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	font-size: 90%;
}

#show07 {
	width: 100%;
	overflow: hidden;
}
#show07 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show07 td {
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
	font-size: 90%;
}
#show08 {
	width: 100%;
	overflow: hidden;
}

#show08 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}

#show08 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}


#show09 {
	width: 100%;
	overflow: hidden;
}

#show09 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show09 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}
#show10 {
	width: 100%;
	overflow: hidden;
}

#show10 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}


#show10 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}

#show11 {
	width: 100%;
	overflow: hidden;
}

#show11 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}

#show11 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}

#show12 {
	width: 100%;
	overflow: hidden;
}
#show13 {
	width: 100%;
	overflow: hidden;
}

#show12 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}
#show13 th {
	width: 50%;
	padding-left: 0.1em;
	overflow: hidden;
}

#show12 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}
#show13 td {
	font-size: 90%;
	padding: 0.2em 0.2em 0.2em 0.5em;
	width: 50%;
}

.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: 0px 0px 0px 0.55px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0em 0.55em 0em 0em;
}
.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: 0px;
	font-size: 1px;
	line-height: 0px;
	color: #4B4119;
}
.photo330R {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	float: right;
	text-align: center;
	width: 25.5em;
	margin: 0.35em 0.3em;
	overflow: hidden;
}
.photo380L {
	font-family: "Comic Sans MS", cursive;
	margin-right: 0.3em;
	margin-bottom: 0.35em;
	float: left;
	width: 26.0em;
	font-weight: normal;
	text-align: center;
	margin-top: 0.35em;
	overflow: hidden;
}
.photo380R {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	text-align: center;
	float: right;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
	margin-left: 0.3em;
	width: 26.0em;
	overflow: hidden;
}



.photo390L {
	float: left;
	width: 27.08em;
	margin-right: 0.7em;
	margin-bottom: 0.35em;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	overflow: hidden;
}


.photo390R {
	float: right;
	width: 27.08em;
	margin-bottom: 0.35em;
	margin-left: 0.7em;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	overflow: hidden;
}

.photo500R {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	text-align: center;
	float: right;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
	margin-left: 0.3em;
	width: 34.73em;
	overflow: hidden;
}
