@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin-top:20px;
	overflow-x: hidden;
}
p {
	color: #d1d1d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	z-index: 20;
}
h1 {
	color: #d1d1d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-right: 10px;
	font-weight:lighter;
}
h2 {
	color: #d1d1d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin-left: 0px;
	margin-right: 10px;
	font-weight:lighter;
}
h3 {
	color: #d1d1d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-left: 0px;
	margin-right: 10px;
	font-weight:lighter;
}
a {
	color: #6f6f6f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	font-style: italic;	
	font-weight:lighter;
	text-decoration: none;
}
ul {
	position:fixed;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:200px;
}
 
 /* */

#wrapper {
	margin: auto;
	margin-top:auto;
	width: 1000px;
}
.header {
	background-image:url('../paakuva.png');
	background-repeat:no-repeat;
	background-position:right top;
	width: 100%;
	height:10px;
	/*border:1px solid #f0f;*/
}
.content {
	margin: auto;
}

#content {
	float: left;
	width: 750px;
	position: absolute;
	margin-left: 250px;
}

.content p {
	z-index: 20;	
}

.fullColumn {
	line-height: 20px;
	width: 625px;
	margin-left: 125px;
	color: #d1d1d1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.column {
	display:block;
	float:left;
	clear:none;
	width:250px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	color: white;
}

.column2 {
	display:block;
	float:right;
	clear:none;
	width:500px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}

div.column.last {
	padding-top:45px;
}


.clearfix{
	clear:both;
}


.backtotop{
	width: 750px;
	float:right;
	border-bottom:solid 1px #4c4c4c;
}


.link {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight:lighter;
	text-decoration: none;
	border-bottom:1px solid #fff;
	display:block;
	height:30px;
	width:200px;
	padding-top: 15px;
	border-color: #666666;
}
.img{
	margin: 0px;
	border: 0px solid #0000ff;
	height: 100px;
	width: 100px;
	float: left;
	padding-right: 24px;
	padding-bottom: 24px;
}  

div#content img {
	margin: 5px;
	z-index: 0;
}

div.content-bgimage {
	z-index: -1;
}

a img {
	border: 0;
}

a.readMore {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.kuva {
	margin:auto;
	padding-left: 25px;	/*border:1px solid #f0f;*/
	padding-left: 25px;
	padding-left: 25px;
}
.kuva1 {
	position:fixed;
	left:50%;
	right:50%;
}

#navHolder {
	position: fixed;
	width: 200px;
}

nav a {
	height: 35px;
	line-height: 35px;
	display: block;
	width: 200px;
	font-size: 16px;
	color: white;
	border-bottom: 1px solid white;
}

#navHolder h1 {
	margin-top: 20px;
	font-size: 20px;
}

#navHolder h2 {
	font-size: 12px;
}