body {
	background-color: #7ea0b1;
	background-image: url("../layoutpics/bg.png");
	text-align: center;
	background-position: top left;
	background-repeat: repeat-x;
}

body, td {
	font-family: arial, helvetica, sans-serif;
}

table.etusivucontainer {
	border: 1px solid #c9c9c9;
	margin-top: 5%;
}

#container {
	width: 800px;
	height: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#container #header {
	vertical-align: top;
	height: 100px;
	padding: 17px;
}

#container #menu {
	height: 14px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 4px;
}

#container #koristekuva {
	height: 220px;
	text-align: center;
}

#container #pagepath {
	padding-left: 17px;
	padding-right: 17px;
	font-size: 80%;
	height: 38px;
	vertical-align: middle;
}

#container #pagepath div {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #c5c9ce;
}

#container #pagepath div a {
	color: #4e6d7c;
}

#container #submenu {
	width: 170px;
	padding-left: 17px;
	border-right: 1px solid #c5c9ce;
	vertical-align: top;
}

#container #contents {
	width: 420px;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
}

#container #contents a {
	color: #4e6d7c;
}

#container #contents a:hover {
	text-decoration: underline;
}


#container #contents #pageContent {
	font-size: 80%;
	padding: 0px;
	margin: 0px;	
}

#container #right {
	width: 210px;
	border-left: 1px solid #c5c9ce;
	vertical-align: top;
	text-align: center;
}

#container #footer {
	text-align: center;
	padding-bottom: 23px;
	height: 43px;
}
