body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial;
	scrollbar-arrow-color: #FF7E20;
	scrollbar-base-color: #FF7E20;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #FF7E20;
	text-align: center;
	background-color: #fff8e8;
}

div {
	text-align: left;
}

#koko_sivu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#koko_sivu>* {
	text-align: left;
}

#ylaosa {
	clear: both;
	width: 980px;
	height: 119px;
	vertical-align: top;
	background: white url(http://www.omasaitti.com/kuvat/logo.gif) no-repeat;	
}

#valikko {
	width: 190px;
	float: left;
	padding: 20px 0px 10px 18px;
	background: url(http://www.omasaitti.com/kuvat/vasen_reuna_tausta.gif) repeat-y;
}

#valikko ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#valikko li {
	background: url(http://www.omasaitti.com/kuvat/painike.gif) no-repeat;
	width: 150px;
	height: 31px;
	padding: 0;
	margin: 0;
	padding-top: 6px;
	margin-top: 2px;
}

#valikko a {
	color: black;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}

#leipa {
	width: 700px;
	float: left;
	color: black;
	font-size: 10pt;
	padding: 20px;
	margin-top: 20px;
	background: white;
	border: 2px;
	border: 1px #88da1d dotted;
}

#alaosa {
	clear: both;
	width: auto;
	color: black;
	font-size: 10px;
	text-align: center;
}

h1 {
	background: url(http://www.omasaitti.com/kuvat/otsikon_tausta_vihrea.gif) no-repeat;
	color: #0084c7;
	font-size: 14px;
	width: 100%;
	height: 35px;
	padding-top: 19px;
	padding-left: 23px;
}


/* Sivukohtaiset asetukset */

/* Sivu 1, etusivu */

#sivu1_teksti1, #sivu1_teksti2 {
	padding-left: 40px;
}

#sivu1_kuva1 img, #sivu1_kuva2 img {
	border: 1px black solid;
}

#sivu1_kuva1, #sivu1_kuva2 {
	text-align: center;
	margin: 30px;
}

/* Sivu 2, päiväkirja */

#sivu2_otsikko {
	color: #0084c7;
	font-weight: bold;
}

#sivu2_teksti {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 14px;
	color: black;
}

/* Sivu 3, kuvat */

#sivu3_kuvajakuvateksti {
	width: 100%;
	height: auto;
	display: table;
}

#sivu3_kuva {
	width: auto;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

#sivu3_kuva img {
	border: 1px black solid;
}

#sivu3_kuvateksti {
	float: left;
	width: 350px;
	padding-bottom: 20px;
}

#sivu3_ylateksti, #sivu3_alateksti {
	padding-bottom: 20px;
}


/* Sivu 4, linkit */

#sivu4_ylateksti, #sivu4_alateksti {
	padding-bottom: 20px;
	padding-top: 10px;
}

#sivu4_linkki a {
	color: #FA952E;
	font-weight: bold;
	text-decoration: none;
}

#sivu4_linkki div {
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 14px;
	color: gray;
}

/* Sivu 5, palaute */

#sivu5_ylateksti, #sivu5_alateksti {
	padding-bottom: 20px;
	padding-top: 10px;
}

#sivu5_palaute textarea {
	width: 90%;
	height: 120px;
	border-top: 2px #0084c7 solid;
	border-left: 2px #0084c7 solid;
	border-right: 1px #0084c7 solid;
	border-bottom: 1px #0084c7 solid;
}

#sivu5_palaute input {
	background-color: white;
	color: black;
	font-weight: bold;
	margin-top: 5px;
	border-top: 1px #0084c7 solid;
	border-left: 1px #0084c7 solid;
	border-right: 2px #0084c7 solid;
	border-bottom: 2px #0084c7 solid;
}