@charset "UTF-8";
body {
	-moz-background-size: cover;
	background-size: cover;
	margin-top: -3px;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(i/site-tausta-meri-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#content {
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: -8px;
	margin-left: auto;
	width: 490px;
	height: 100%;
	text-align: left;
	background-color: #fff;
	background-image: url(i/site-bg-2.png);
	background-repeat: no-repeat;
	background-position: left top;	
	box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, 0.3);
}

.site-kuvat {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

.kuvalinkki {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.kuva-logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.kuva {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 130px;
}
.kursivointi {
	font-style: italic;	
}

.lihavointi {
	font-weight: bold;
}

P {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	padding: 20px;
}

h4 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}




H1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-transform: uppercase;
	padding-left: 20px;
	margin-bottom: -15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	}

H2 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	text-align: center;
	padding: 0px;
}

H3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	padding-left: 0px;
	margin-bottom: -15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	}


a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;	
	
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

