body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #acacac;
	font-family: trebuchet ms, helvetica, sans-serif;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
}

div.clearThis {
	clear: both;
}

table {
	height: 100%;
	margin: 0 auto;
}

div.centered {
	text-align: center;
}

div.container {
	width: 840px;
}

div.top {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-image: url('../images/bg_top.png');
	background-repeat: no-repeat;
}

div.contents {
	width: 100%;
	background-image: url('../images/bg.png');
	background-repeat: repeat-y;
}

div.bottom {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-image: url('../images/bg_bottom.png');
	background-repeat: no-repeat;
}

div.etusivu {
	margin-left: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}

div.etusivu div.kuva {
	float: left;
	width: 320px;
}

div.etusivu div.teksti {
	float: left;
	text-align: center;
	width: 450px;
	padding-top: 25px;
}

div.teksti div.nimi {
	margin-bottom: 15px;
}

div.teksti div.kuvataiteilija {
	margin-bottom: 60px;
}

div.teksti div.email {
	margin-bottom: 50px;
}

div.galleria {
	margin: 0 auto;
	width: 605px;
}

div.galleryitem {
	float: left;
	vertical-align: bottom;
	width: 200px;
	height: 220px;
}

div.galleryitem div.description, div.kuvateksti {
	font-style: italic;
	font-size: 0.8em;
	width: 100%;
}

div.navi {
	font-size: 0.8em;
	margin-top: 0.5em;
}

div.galleryitem img {
	vertical-align: middle;
	border: 2px solid #000;
}

div.rightnimi {
	text-align: right;
	margin: 0 7% 2em 7%;
	padding-top: 1em;
	border-bottom: 1px solid #999;
}

div.takaisin {
	text-align: left;
	margin: 2em 7% 0 7%;
	padding-top: 1em;
	border-top: 1px solid #999;
}