html,body{margin:0;padding:0}
body{font: 80% arial,sans-serif;text-align:center;font-weight: bold}
p{margin:0 10px 10px}
h1{margin:0 10px 10px}
a{display:block;}

div#container {
	text-align: left;
	background: #dcddde;
	padding: 0px;
	margin: 0px;
	border-left: 3px solid #002564;
	border-right: 3px solid #002564;
	width: 760px;
	margin: 0 auto
}

div#header {
	float: left;
	height: 100px;
	width: 57%;
	background: #112168
}

div#header2 {
	float: right;
	height: 100px;
	width: 43%;
	background: #112168;
	color:#FFF
}

div#header2 p{
	padding-top: 15px;
}

div#content {
	float: left;
	width: 390px;
	background: #dcddde; 
	padding-top: 10px;
	margin-left: 20px;
}

div#content p {
	line-height: 1.4;
	}

div#footer {
	clear: both;
	width: 100%;
	background: #112168;
	color: #FFF; 
	float: bottom:
}

div#footer h2 {
	margin: 10px;
	padding: 10px 0px 20px 20px; 
	font-style: italic; 
}

div#photo {
	display: block;
	float: right;
	width: 300px;
	margin-right: 20px; 
	margin-top: 10px;
}

div#kuva1{
	display: block;
	float: right;
	width: 300px;
	margin-right: 20px; 
	margin-top: 10px;
}

div#kuva1 img:hover {
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */
}


div#information {
	float: left;
}

div#information img:hover {
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */
}

div#row {
	padding-top: 10px;
	margin-left: 20px;
	#margin-right: auto;
}

img
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
	border: 0;

}

.spacer {
	clear: both;
}


