body {
	margin: 0;
	font-family: "verdana", helvetica, arial, sans-serif;
	font-size: 13px;
	color: black;
	text-align: center;
	background-color: #daeebf;
}

#wrapper {
	width: 900px;
	margin: auto;
	background-color: #daeebf;
	text-align: left;
}

#topic {
	font-family: "verdana";
	font-size: 16px;
	font-weight: bold;
	width: 900px;
	height: 18px;
	text-align: center;
	border: 1px black solid;
	background-color: #b9e97c;
	margin-bottom: 5px;
}

#container div {
	margin: 0;
}

#footer {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "verdana";
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	width: 900px;
	height: 18px;
	text-align: center;
	border: 1px black solid;
	background-color: #b9e97c;
}

#container {
	position: relative;
}

#text {
	position: relative;
	top: 0px;
	left: 157px;
	width: 723px;
	min-height: 400px;
	border: 1px black solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.menu {
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 150px;
	border: 1px black solid;
	background-image: url('tausta.jpg');
	background-color: #b9e97c;
}

.menu A:link {
	text-decoration: none;
	color: black
}

.menu A:visited {
	text-decoration: none;
	color: black
}

.menu A:active {
	text-decoration: none;
	color: black
}

.menu A:hover {
	text-decoration: underline;
	color: black;
}

.bold {
	font-weight: bold;
}

.linespace {
	line-height: 30px;
}

.space {
	height: 20px;
}

.doublespace {
	height: 39px;
}

A:visited {
	text-decoration: underline;
	color: brown
}

A:link {
	text-decoration: underline;
	color: brown
}

A:hover {
	text-decoration: underline;
	color: red
}

table.price {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.price td {
	color: #000000;
	padding: 4px;
	text-align: left;
}


table.price td.hed {
	background-color: #b9e97c;
	color: #000000;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

table.price tr.color1 {
	background-color: #E6E6FA;
	color: #000000;
	padding: 4px;
	text-align: left;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

table.price tr.color2 {
	background-color: #CCC;
	color: #000000;
	padding: 4px;
	text-align: left;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;	
}

table.price tr.color2b {
	background-color: #CCC;
	color: #000000;
	padding: 4px;
	text-align: left;
	border: 1px #000000 solid;
}

table.price tr.borders {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;	
}

table.price tr.bottom {
	border-top: 1px #000000 solid;
}

table.price td.subhed {
	background-color: #daeebf;
	color: #000000;
	height: 50px;
	vertical-align: bottom;
	padding: 4px;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
}

table.join {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #000000;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #000000 solid;
}

table.join td {
	color: #000000;
	padding: 4px;
	text-align: left;
}

table.join td.hed {
	background-color: #b9e97c;
	color: #000000;
	padding: 4px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

table.join td.subhed {
	background-color: #daeebf;
	color: #000000;
	height: 50px;
	vertical-align: bottom;
	padding: 4px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 12px;
	font-weight: bold;
}

table.join tr.color1 {
	background-color: #E6E6FA;
	color: #000000;
	padding: 4px;
	text-align: left;
	border: 0px #000000 solid;
}

table.join tr.color2 {
	background-color: #CCC;
	color: #000000;
	padding: 4px;
	text-align: left;
	border: 1px #000000 solid;
}

table.join td.line {
	border-right: 1px #000000 solid;
	
}

