body {
	background: url(kuvat/tausta.jpeg) no-repeat;
	background-size: cover;
  	background-attachment: fixed;
	padding: 0;
	margin: 30px 0;
	color: #49473f;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	font-style: normal;
	text-align: justify;
}

@font-face {
	font-family: pristina;
	src: url('pristina.ttf');
	src: url('pristina.eot');
	src: local(pristina), url('pristina.ttf') format('opentype');
}

::selection {
	background: #a4ab82;
	color: #fdfff7;
}

::-moz-selection {
	background: #a4ab82;
	color: #fdfff7;
}

#ulk {
	margin: 0 auto;
	padding: 0;
	width: 1076px;
	overflow: hidden;
}

#palkki {
	margin: 0;
	padding: 0;
	width: 340px;
	float: left;
	text-align: center;
}

.otsikko {
	font-family: pristina;
	font-size: 60px;
	line-height: 60px;
	color: #5f6345;
	margin-right: 5px;
}

.koriste {
	border: 6px solid #fdfff7;
	width: 200px;
	height: auto;
}

.koriste2 {
	border: 6px solid #fdfff7;
	width: 260px;
	height: auto;
	margin: 20px 0px 10px 20px;
	float: right;
}

#linkit {
	margin: 0 0 0 64px;
	padding: 0;
	float: left;
	font-size: 20px;
	font-family: Monotype Corsiva;
	line-height: 43px;
	text-align: center;
}

#linkit ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#linkit ul li {
	display: block;
	margin: 0;
	padding: 0;
}

#linkit ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 43px;
	text-decoration: none;
	color: #565948;
}

#linkit ul li a:hover {
	text-decoration: none;
	margin: 0;
	color: #696e4c;
	background: #fdfff7;
	opacity: 0.6;
}

#teksti {
	background: #edf2da;
	border: 12px solid #fdfff7;
	margin: 0 0 0 301px;
	padding: 10px 30px;
}

#copyt {
	margin: 0 0 0 301px;
	padding: 5px 0 0 0;
	height: 51px;
	text-align: center;
}

#copyt a {
	color: #49473f;
	text-decoration: none;
}

#copyt a:hover {
	color: #49473f;
	text-decoration: underline;
}

.boksi {
	background-color: #d5dbb4;
	border: 2px solid #fdfff7;
	padding: 5px 15px;
	margin: 15px 0px 0px 0px;
}

.col-container {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.col {
    display: table-cell;
    width: 33%;
    padding: 0px 15px;
}

h1 {
	text-indent: 45px;
	margin: 15px 0;
	color: #696e4c;
	font-family: Times New Roman;
	font-size: 22px;
	text-align: left;
	font-style: italic;
}

h2 {
	text-indent: 45px;
	margin: 20px 0 10px 0;
	color: #696e4c;
	font-family: Times New Roman;
	font-size: 16px;
	text-align: left;
}

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

a:hover {
	color: #94996a;
	text-decoration: none;
}

b, strong {
	color: #656956;
}