/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	margin-top:0px;
	background-color:#f7e7c3;
	background-image:url(kukkaset_bottom.jpg);
	background-attachment:fixed;
	background-position:center bottom;
	background-repeat:no-repeat;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
i{
	color:#b26c08;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2{
		color:#b26c08;
	}
a {
		color:gray;
	}
a:hover {
	color:#F30;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:600px;
	background:#faf4e4;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border:solid 1px;
}

div#header {
	background:#fcf9c3;
	padding-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-variant: small-caps;
	letter-spacing: 3px;
	
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
div#navigaatio{
	height:25px;
	background:#fcf9c3;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-variant: small-caps;
	letter-spacing: 3px;
	border-top:thin solid gray;
	border-bottom:3px double gray;
	
}

div#content {
	
	padding:1em 1em 5em; /* bottom padding for footer */

}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	background-color:#000;
	width:100%;
	bottom:0; /* stick to bottom */
	
	border-top:3px double gray;
}
	div#footer p {
		background-image:url(footer.gif);
	background-repeat:repeat-x;
		padding:1em;
		margin:0;
		color:#FFF;
		
	}
	#kuva{
		margin-left:20px;
		float:left;
	}
	#kuva_0{
		width:250px;
		margin-left:20px;
		float:left;}
	.kuvateksti{
		width:500px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
	}
	
