body {
margin: 0 auto;
background-color: #85B2C0;
}

body div {
text-align: left
}

#main {
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

#head {
margin-left: auto;
margin-right: auto;
background-image: url("head.jpg");
text-align: center;
height: 102px;
width: 780px;
border-bottom: 6px solid #FF3921;
}

#head h1 {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 35px;
font-family: verdana;
font-size: 25px;
color: #292929;
}

#menu {
float: left;
clear: left;
width: 140px;
font-family: sans;
margin-bottom: 10px;
margin-left: 10px;
}

#menu h1 {
background-image: url("menutitleback.jpg");
background-repeat: repeat-x;
height: 20px;
padding-left: 5px;
padding-top: 5px;
font-family: verdana;
font-size: 12px;
margin: 0px;
color: #FFFFFF;
border-bottom: 1px solid #686161;
}

#menu a {
color: #000000;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
font-family: verdana;
font-size: 10px;
text-decoration: none;
display: block;
background-color: #C9CED1;
border-bottom: 1px solid #686161;
}

#menu a:hover {
background-color: #85B2C0;
}

a img {
border: 2px solid #575757;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}

a:hover img {
border: 2px solid #84b2c1;
}

#content {
font-family: verdana;
font-size: 12px;
padding: 5px;
margin-left: 160px;
margin-bottom: 10px;
width: 620px;
color: #292929;
}

#content h1 {
font-family: verdana;
font-size: 12px;
margin-top: 5px;
margin-bottom: 0px;
color: #292929;
}

/*linkki-koodit*/

#content a {
font-family: verdana;
font-size: 12px;
text-decoration: none;
color: #496068;
font-style: normal;
}

#content a:hover {
font-family: verdana;
font-size: 12px;
text-decoration: underline;
}

#foot {
font-family: verdana;
font-size: 10px;
text-align: center;
color: #FFFFFF;
font-size: 12px;
}

#foot a {
color: #676767;
text-decoration: none;
font-style: italic;
}

#foot a:hover {
text-decoration: underline;
}


/*linkki-laatikot*/




div.laatikko {
	background-color: #c9ced1;
	border: none;
	width: 240px;
	padding: 1px;
	margin-bottom: 10px;
	align: center;
	margin-left: 10px;
}

div.laatikkootsikko {
	background-color: #84b2c1;
	width: 240px;
	height: 12px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	color: #000000;
}

div.laatikkosisalto {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;




