* {
	font-family: Courier New, Courier, serif;
	font-size: 12px;
}

/* CV tekstiä koskevat tiedot */
div.cv {
	position: relative;
	left: 30px;
	width: 910px;
	color: #000000;
	font-family: Courier New, Courier, serif;
	font-size: 14px;
}
span.cvname {
	font-size: 20px;
	font-family: Courier New, Courier, serif;
	font-weight: bold;
	position: relative;
	left: 30px;
}
span.cvtitle {
	font-size: 18px;
	color: #000000;
	font-family: Courier New, Courier, serif;
	font-weight: bold;
	position: relative;
	left: 30px;
}
span.booktitle {
	font-size: 15px;
	font-weight: bold;
}
.cvline {
	position: relative;
	right: 215px;
}


span.contactname {
	font-size: 18px;
	font-family: Courier New, Courier, serif;
	font-weight: bold;
	position: relative;
	left: 230px;
}
.contactpic {
	position: relative;
	left: 260px;
}

/* Linkkeja koskevat tiedot */
a:focus {
	-moz-outline-style: none;
}
.navi a:hover {
	border: thick solid #FFFFFF;
	z-index: 0;
}

/* Etusivun sijoittelut */
div.navi {
	background-color: #FFFFFF;
	height: 600px;
	width: 600px;
}
a.mybooks {
	position: relative;
	top: 75px;
	margin-right: 20px;
}
a.children {
	position: relative;
	top: 80px;
}
a.illustrations {
	position: relative;
	top: 0px;
}
a.textile {
	position: relative;
	top: 70px;
		z-index: 2;
}
a.cv {
	position: relative;
	top: 30px;
	margin-right: 117px;
}
a.stuff {
	position: relative;
	top: 41px;
	margin-right: 12px;
		z-index: 1;
}
a.contact {
	position: relative;
	top: 30px;
	margin-right: 50px;
}
a.news {
	position: relative;
	top: 15px;
	margin-right: 95px;
		z-index: 1;
}
a.x {
	position: relative;
	top: 20px;
}
.logo {
	position: relative;
	top: 80px;
}
.time {
	position: relative;
	z-index: 2;
	color: #C9BE1F;
	font-weight: bold;
}

/* Menujen sijoittelut */

.title {
	position: relative;
}
.home {
	position: relative;
	top: 20px;
	padding: 20px;
}

.menuitem img{
	position: relative;
	vertical-align: middle;
	margin: 5px;
	border: 1px solid #999999;
}
a.menuitem:hover {
	position: relative;
	top: -5px;
}


/* Kirjasivun sijoittelut */
div.kirja {
	height: 270px;
	position: absolute;
	left: 400px;
	top: 20px;
	width: 260px;
	z-index: 2;
}
div.nuolip {
	height: 100px;
	position: absolute;
	left: 330px;
}
div.nuolin {
	height: 100px;
	position: absolute;
	left: 670px;
}
.nuolip img:hover {
	margin-top: 5px;
}
.nuolin img:hover {
	margin-top: 5px;
}
.nuolip img:active {
	margin-top: 8px;
}
.nuolin img:active {
	margin-top: 8px;
}
div.kirja img{
	position: relative;
	top: 0px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	height: 220px;
}
div.alaosa {
	height: 520px;
	width: 910px;
	position: relative;
	top: 0px;
	z-index=1;
}
div.anuolip {
	position: absolute;
	left: 380px;
	top: 470px;
}
div.anuolin {
	position: absolute;
	left: 500px;
	top: 470px;
}

div.anumero {
	position: absolute;
	left: 427px;
	top: 477px;
	color: #000000;
	font-size: 16px;
}

.anuolip img:hover {
	margin-top: 3px;
}
.anuolin img:hover {
	margin-top: 3px;
}
.anuolip img:active {
	margin-top: 5px;
}
.anuolin img:active {
	margin-top: 5px;
}
.alakuva {
	position: relative;
	top: 0px;
	border: 1px solid #999999;
}
#scroll_box {
    width: 500px;
	overflow: auto;
}
#scroll_left {
    cursor: pointer;
	position: absolute;
	left: 620px;
	top: 520px;
	display: none;
}
#scroll_right {
    cursor: pointer;
	position: absolute;
	left: 663px;
	top: 520px;
	display: none;


