* {
  margin: 0;
  padding: 0;
}

h1			{ font: bold 18pt arial; margin-bottom: 12px ;margin-left: 12px; margin-right: 12px;}
h2			{ font: bold 14pt arial; margin-bottom: 12px }
body,td		{ font: 9pt tahoma }
body		{ background-color: rgb(72,29,91); }
p			{ margin-bottom: 12px; margin-left: 12px; margin-right: 12px; }
.contenttext { margin: 8px; background-color: red; }
#palaute {
	margin-bottom: 12px; margin-left: 12px; margin-right: 12px; 
}
#frame {
	min-height: 1200px;
	background-color: rgb(72,29,91);
	overflow: auto;
}

#admin {
	position: absolute;
	top: 290px;
	left: 840px;
}

#header {
	width: 958px;
	height: 392px;
	margin: 0px;
}



#menu {
	margin : 0 0 0 0;
	font-size : 0;
	width : auto;
	margin-left : auto;
	margin-right : 0;
	margin-bottom: 0px;
	white-space: nowrap;
}

#left {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 230px;
	height: 100%;
	min-height: 1525px;
	background-image: url(images/leftbannerbackround.gif);
}

#center {
	float: left;
	width: 498px;
	min-height: 1525px;
	text-align: left;
	background-color: white;
	background-repeat: repeat-y;
}

#right {
	background-color: rgb(160,160,160);
	float: left;
	margin: 0px 0px 0px 0px;
	width: 230px;
	min-height: 1525px;
	text-align: center;
}

#inright {
	float: right;
	margin-left: 12px;
}

