body {
	background-color: #5A5656;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
} 

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;
	background-color: #D8D3D3;
	background-image: url(sidebar.png);
	background-repeat: repeat-y;
} 


#sidebar {
	width: 170px;
	float: left;
	/* background-image: url(header.png);
	background-repeat: no-repeat; */
}

#mainpage {
	margin-left: 170px;
	position: relative; 
} 

#logo img {
	width: 350px;
	float: left;
	margin: 25px 20px 20px 100px;
}


#header {
	border-bottom: 1px solid #222;
	height: 128px;
	background-color: #BFBFBF;
}

#content {
	padding: 10px; /* <- IMPORTANT */
}

#content h1 {
	font-size: 140%;
}

#content p .italics {
	font-weight: bold;
} 

#content p .redtext {
	color: red;
} 

#content .explain {
		font-weight: bold;

} 

#content  .yellow {
		color: rgb(215, 237, 92);
} 

#content  .red {
		color: #9A1F1F;
}

#content  .green {
		color: green;
} 

#navi {
	margin-top: 0px
} 

#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

#navi ul li {
	display: block;
	font-size: 80%; 
} 

#navi ul li a {
	display: block;
	color: #9A1F1F; 
	padding: 10px;
	text-decoration: none;
	border-top: 1px solid #2d2b2c;
	border-bottom: 1px solid #2d2b2c;
	font-weight: bold; 

} 

#navi ul li a:hover {  /* <--Replace "hover" with "activate" to get different style */
	background-color: #373030;
	color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
} 

#navi ul .remake a {
	color: green;
}

#navi ul .test a {
	color: yellow;
} 

#footer {
	background-color: #666;
	color: #D8D3D3;
	font-size: 75%;
	padding: 2px;
	text-align: center;
	position: absolute;
	bottom: 0px; 
	width: 576px;
} 

#prefooter {
    padding: 2px;
	position: absolute;
	bottom: 16px; 
	width: 576px;
	text-align: center;


}

#image01 img {
	text-align: center;
	margin: 10px 20px 20px 150px;
	font-size: 95%;
}

#image01 p {
	text-align: center;
	font-weight: bold;  /* <-Lihavointi */
	font-style: italic; /* <-Kursivointi */
	font-size: 95%;
	color: Purple;
}

#image01 p .colorred {
  color: black;
} 

	.clearboth  {
    clear: both; 
}

#navi ul .erilinkki  a {
    color: rgb(215, 237, 92);
} 


