body{
	background-color: #EDEDCE;
	text-align: left;
	padding: 0px;
	margin: 0px 50px 0px 50px;
	height: 100%;
}




p{
	margin-top:0px;
	margin-bottom:7px;
}
h1{
	margin-top:0px;
	margin-bottom:7px;
	font-size: 16px;
	font-weight: bold;	
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}

form {
	margin: 0px;
}

div#container  {

	position: relative;
	margin-top: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 300px;
	height: 100%;
	min-width: 768px;
	/*\*/
	/* Mac IE5 shouldn't see  the left and left margin declarations (which are for other IEs' benefit) since it has a bug where contained elements following the first child are indented by the same amount - modern browers of course can center using auto margins, but they understand the left center, negative margin shift too */
}
div#containera  {
	clear: both;
	padding-bottom: 0px;
	height: 100%;
	min-width: 768px;
	position: relative;
	margin-top: auto;
	
}

div#Otsikko  {
	background-color:#F9F9F0;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-color:#F9F9F0;
	border-bottom-width:3px;
	border-bottom-style:solid;
}

div#left  {
	background-image: url("l_corner.png");
	background-position: top right;
	background-repeat: no-repeat;
	
	background-color: #EDEDCE;
	float:left;
	width:130px;
	margin:0; padding:0;
	}
	
div#left ul {
	display: block;
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
}
.normaali_valikko li {
	background-color: white;
	margin-bottom: 3px;
}



div#right {
	background-image: url("r_corner.png");
	background-position: top left;
	background-repeat: no-repeat;
    
	float:right;
	width:180px;
	margin:0; padding:0;
}


div#right ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 12px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#right li {
	margin-top: 2px;
	padding-bottom: 6px;
	}
div#right a {
	text-decoration: none;
	color: #000000;
	

}

div#right a:hover {
	text-decoration: underline;
}

div#right h1 a {
	background-image: url("right_h1.png");
	background-position: top center;
	background-repeat: repeat-x; 
	width: 160px;
	height: 25px;
	display: block;
	list-style-type: none;
	
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
	background-color:#;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


div#middle  {
background-color: #F9F9F0;
	min-height: 84%;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 130px;
	padding: 15px;
	padding-bottom: 40px;
	border-left-color:#F9F9F0;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:#F9F9F0;
	border-right-width:2px;
	border-right-style:solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	clear: none;
}
div#middle a {
	color: #0000CC;
}	
div#middle a:visited {
	color: #000099;
}	
div#middle p {
	text-align: normal;
}	
div#middle img {
	margin-bottom: 3px;
}	
div#middle li {
	margin-bottom: 10px;
	margin-right: 25px;
	padding-left: 10px;
}	




#footer
	{
	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	width: 100%;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
	background-color:#fff;
	border-top-color:#666666;
	border-top-width:1px;
	border-top-style:dashed;
	background-image: none;
	}
#footer table
	{
		margin-left: 10px;
		margin-top: 4px;
		width: 99%;
	}
	
#footer th
	{
		padding-right: 5px;
	}






div#logout_button a {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background-color:#0066FF;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
}
